You will have to be on linux server to use this bot. This project is tested on node version 18.16.0, if you are using other version, you may run into problems.
Feel free to open issue to ask question, and if you successfully ran the bot on another version of node, please tell us by opening an issue
- Copy
config.json.example
toconfig.json
and fill it in - Run
npm install
to install dependencies - Run
node deploy.js
to deploy slash commands - Run
node index.js
to start the bot
You're all set!