This is a simple Discord bot made for the ariabyte Discord server.
- Clone this repo
- Run
npm i - Create a
config.jsonfile like the one below - Run
node .\registerCommands.js - Run
npm start - Done!
{
"token": "Discord Bot Token",
"clientId": "Discord Client ID",
"guildId": "Discord Guild ID",
"categoryId": "Discord category for tickets",
"supportRole": "Discord role to ping on ticket creation",
"logsChannel": "Discord Logs Channel ID",
"mongo": "MongoDB connection string",
"adminIds": ["IDs of admins"]
}