From 6bf776a00e9c3761081eb05d2560d484ed9da888 Mon Sep 17 00:00:00 2001 From: UltraLion <49597041+UltraLionfr@users.noreply.github.com> Date: Sat, 5 Nov 2022 23:07:16 +0100 Subject: [PATCH] Update README.md --- README.md | 14 -------------- 1 file changed, 14 deletions(-) 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.