To add the bot to your Discord server, click here. This will invite the bot to your Discord server.
Once the bot has joined your Discord server, there is no additional configuration. Execute the /help
command to view a list of commands to use.
This bot is open-source, and if you want to host it yourself, you can do so by following the steps below.
- Install Node.js v18.16 LTS.
- Install FFmpeg latest release build.
- After cloning this repository, install dependencies with
npm install
. - Create and configure the
config.json
document which contains configurable options and values such astoken
andclientId
. This is required for the bot to communicate with Discord APIs and work properly. Seeconfig.json.example
for an example, and Discord developer portal to gettoken
andclientId
. - Deploy slash commands via Discord API by running
npm run deploy
. This is required to make the commands accessible for Discord servers. - Run
npm start
to start the bot. If everything is configured and setup correctly, the bot should be online and ready to use. You will need to invite the bot to a server, see Adding your bot to servers article for help.
If you experience any issues, please open an issue on this repository or join the Discord support server for the Cadence bot.
This project is made possible by using discord.js and discord-player.