This is a simple Discord bot made for the ariabyte Discord server.
- Clone this repo
- Run
npm i
- Create a
config.json
file like the one below - Run
node .\registerCommands.js
- Run
npm start
- Done!
{
"token": "Discord Bot Token",
"clientId": "Discord Client ID",
"guildId": "Discord Guild ID"
}