To get it working, create a json file called 'config.json' at the src directory and add the following::
{
"token": "<YOUR_BOT_TOKEN>",
"bug_channel": "<BUG_REPOTS_CHANNEL_NAME>",
"clientId": "<BOT_CLIENT_ID>"
}Then make sure you've got npm installed, and run the following commands:
npm install
npm start