The bot used in the PotassiumMC Discord server.
- Install all dependencies with
yarn install. - Copy
config.example.jsontoconfig.json. - In the
keyssection ofconfig.json, add your bot's API key. - (optional) In the
projectssection, add the project ids of the Modrinth and CurseForge projects to track. Note: When using CurseForge, you must specify a CurseForge API key in thekeyssection. - 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.