Apollo is a simple Music bot for Discord, designed to be easy to use and to be easy to host yourself.
- You will need to install docker to run Apollo
- You will also need install docker-compose to run Apollo
Copy the contents of docker-compose.yml to a file called docker-compose.yml and then run docker-compose up -d to start the bot.
All of the configuration is done using environment variables.
DISCORD_TOKEN- The token for your bot, you can get this from the Discord Developer Portal.
GUILD_ID- The ID of the guild you want the bot to sync commands to. (Likely only required if you are developing the bot)LAVALINK_NODE_ADDRESS- The address of the Lavalink server to connect to. (Defaults tolocalhost:2333)LAVALINK_NODE_PASSWORD- The password for the Lavalink server. (Defaults toyoushallnotpass)LAVALINK_NODE_NAME- The name of the Lavalink node. (Defaults todefault)