diff --git a/README.md b/README.md index 09734ea..d3f5a12 100644 --- a/README.md +++ b/README.md @@ -1,15 +1 @@ -# Discord bot for jessydavid49 -## Features - -- [ ] Send a message when a user creates a new forum post -- [ ] Configurable Message -- [x] Userinfo command - -## SETUP - -1. First, type `npm install` in your console. -2. You need to make .env file. This process is very important and this file will serve to store the bot's tokens. Type this in your .env file `TOKEN = token` -**YOU NEED TO CHANGE token TO YOUR BOT'S TOKEN.** -3. Change the message in config.json file. -4. Type `node .` or `node index.js` in your console.