Welcome to Aww-BOT, a simple bot made using discord.js. Aww-BOT pulls posts from https://www.reddit.com/r/aww/ and displays them in your Discord server.
-
Fork the repository to your account.
-
Clone your fork.
git clone https://github.com/<your_username>/Aww-BOT
- Navigate to your directory.
cd Aww-BOT
- Copy
.env.example
to.env
.
cp .env.example .env
- Install all dependencies.
npm install
- Run the bot.
npm start