PointBreak600 / Aww-BOT

0 stars 1 forks source link

Feature: Fetch and Post from r/aww at Regular Intervals #6

Closed UncleWeeds closed 7 months ago

UncleWeeds commented 8 months ago

Overview

This pull request addresses the issue #4 - "Fetch a post periodically". It implements a feature to fetch posts from the r/aww subreddit at regular intervals and post them in the specified Discord channel.

Changes Made

So I tested it on my discord server.

fixes #4

UncleWeeds commented 8 months ago

@PointBreak600 , Can you check this PR out

PointBreak600 commented 8 months ago

Firstly, node-fetch isn't present in package.json so please do add it.

PointBreak600 commented 8 months ago

Otherwise the code looks good to me. Please do resolve merge conflicts and then push again.