Files
discord-forum-automessage/README.md
T
2022-11-05 23:03:54 +01:00

529 B

Discord bot for jessydavid49

Features

  • Send a message when a user creates a new forum post
  • Configurable Message
  • 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.