Just a simple discord activities bot written in JavaScript that somehow supports slash commands and works exceptionally well, nothing much nothing less.
- Awkword
- Betrayal.io
- Checkers
- Chess In The Park
- Doodle Crew
- Fishington.io
- Letter Tile
- Poker Night
- Putt Party
- Spell Cast
- Word Snack
- Youtube Together
- Download or Clone this repository.
- Open terminal or console in the root folder and run
npm install
. This is a one-time operation; It installs the required dependencies. - Open the file named config.json in a text editor or an IDE and modify it. It should then look something like this:
{
"token": "YOUR DISCORD BOT TOKEN"
}
Save changes and either open start.bat file or run node .
to run the discord bot.
- Abort Controller /unexpected token '?' (node version) : Discord.js v13 requires Node.js version 16.6 or newer to run!
- Missing Access (Oauth2 scope for slash commands) : Enable the
applications.commands
scope for your bot
Code was written by Monochromish. If you come across any errors or need help with setting up, feel free to DM me on Discord or join my Development server.