DIIT is a Discord Bot, built on the ground up , reimagined.
- Built on the modern NodeJS Engine
- Database powered by lowdb, a variant of MongoDB
- Dark Magic powers
Prerequisites:
- Discord bot token
- NodeJS v14 or higher
- A working brain and internet
Steps:
- Clone this repo and download from the releases tab.
- Extract the zip file, change into the directory and run
npm install
- Create a new file called
credentials.json
and save it with the following contents:
{
"token" : "YOUR_BOT_TOKEN_HERE"
}
- Run
node main.js
to start the bot
Files that can be run:
main.js
thread_games.js
thread_music.js
No, that's it.