Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.12 KB

README.md

File metadata and controls

25 lines (15 loc) · 1.12 KB

Apollo

Apollo is a simple Music bot for Discord, designed to be easy to use and to be easy to host yourself.

Getting Started

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.

Configuration

All of the configuration is done using environment variables.

Required

Optional

  • 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 to localhost:2333)
  • LAVALINK_NODE_PASSWORD - The password for the Lavalink server. (Defaults to youshallnotpass)
  • LAVALINK_NODE_NAME - The name of the Lavalink node. (Defaults to default)