Discord.js bot for facilitating roster signups.
Running:
- Checkout repository
- Create a
config.jsonin the root directory of the repository:
{
"token": "<YOUR_BOT_LOGIN_TOKEN>",
"prefix": "x",
"BOT_CLIENT_ID": "<YOUR_BOT_CLIENT_ID>",
"DISCORD_GUILD_NAME": "<YOUR_DISCORD_SERVER_NAME_HERE>",
"BOT_CHANNEL_NAME": "bot"
}
- Run
npm install. - Run
node .