Discord bot written in Node.js.
To run on your own guild, create a config.json
file in resources
(based off the template available in this folder) and edit the values to your needs.
For most features to work, you will need to fill in mainGuildId
.
Once this is done, you can npm i
to get all required packages, followed by deploying the bot to your server by running node ./deploy-commands.js
.
Afterwards, you should be able to run the bot using node .
.
An example script for running the bot may look like this:
git pull
npm i --legacy-peer-deps
node deploy-commands.js
node .
Please feel free to create pull requests for any minor annoyances. You can use this bot however you want. Thanks!