Add files via upload

This commit is contained in:
UltraLion
2022-11-05 23:03:54 +01:00
committed by GitHub
parent fdf41365f1
commit 7e067fc776
5 changed files with 121 additions and 2 deletions
+15 -2
View File
@@ -1,2 +1,15 @@
# discord-forum-automessage
this bot allows to send automatic messages when creating a post in a discord forum
# 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.