The bot used in the PotassiumMC Discord server.
- Install all dependencies with
yarn install
. - Copy
config.example.json
toconfig.json
. - In the
keys
section ofconfig.json
, add your bot's API key. - (optional) In the
projects
section, add the project ids of the Modrinth and CurseForge projects to track. Note: When using CurseForge, you must specify a CurseForge API key in thekeys
section. - Register all slash commands by executing
deploy-commands.js
. You only need to run this command after a change has been made to the bot's available commands. - Start the bot by executing
index.js
.