/Aww-BOT

Primary LanguageJavaScript

Aww-BOT

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.

Setup

  1. Fork the repository to your account.

  2. Clone your fork.

git clone https://github.com/<your_username>/Aww-BOT
  1. Navigate to your directory.
cd Aww-BOT
  1. Copy .env.example to .env.
cp .env.example .env

Run

  1. Install all dependencies.
npm install
  1. Run the bot.
npm start