To invite the bot follow this link: Public bot
Installation
- Install Node.js
- Install NPM using the
npm install -g npmcommand - Create a bot at https://discord.com/developers/applications
- Get the bot's token

- Copy the token and paste it in replacement of the token in .env

- Go to the Bot tab and turn on Message Content Intent and Server Member Intent.
- Go to the Discord Developer Portal > OAuth2 > URL Generator
- Then select
bot&applications.commands
- Finally select the permissions
Read Messages/View ChannelSend MessagesCreate Private ThreadsSend Messages in ThreadsManage ThreadsUse Slash Commands
- Bot will additionally need embed links/add reactions.
- To invite the bot copy the url it has generated

Running the bot
To start the bot simply run node index.js