npm install
npm run watch
npm install
npm run compile
npm run start
In order to run the bot, you must fill out the botConfig.json
file.
Property | Description |
---|---|
username | The bot's username |
prefix | The prefix to use for bot commands |
token | The secret bot OAuth token |
channels | Channels to connect the bot to |
secretUsers | An array of usernames for users who are trusted to run any bot commands |