02 Setup - Cowoding-Jams/Jambo GitHub Wiki
Configuring and running the bot.
First things first: to run the bot on your own you need the node.js framework installed on your system.
- Start by creating a bot on the Discord Developer Portal with the necessary scopes (
bot,applications.commands) and permissions (Admin). - Add the necessary information from there to the
.env_sampleand rename it to.env. - Add the bot to your server.
- Edit the
src/config.tsto your hearts content and configure the bot for your needs. - Run
npm installvia the console in the directory to install all the required dependencies. - Use
npm run startto build the project and run it.
Note: You can also use our Docker image.