elitemusic
Elite Music is an open-source, feature-packed Discord music bot. 🚀💪
2.0K
Elite Music is an open-source, feature-packed Discord music bot running on discord.js and discord-player. The bot is complete with a large selection of commands, effects, optional features, autoplay, customisability and much more! (+ Docker support!😉) 🚀💪
Use the following command to download the image and run it:
docker run -d \
--name=elite-music \
--env-file /path/to/.env \
--restart unless-stopped \
thatguyjacobee/elitemusic:latest
Note: The --env-file path is relative to the directory you are running your docker run command from.
See the .env.sample file on the GitHub repository to view and copy over all of the environmental options into your target .env file for the bot.
Use the following for your docker-compose.yml file:
version: '3'
services:
elitemusic:
container_name: 'elite-music'
image: 'thatguyjacobee/elitemusic:latest'
env_file:
- /path/to/.env
restart: unless-stopped
Once again, see the .env.sample file on the GitHub repository to view and copy over all of the environmental options into your target .env file for the bot.
Need help setting up the bot or experiencing some trouble? Feel free to head over to the Support Discord server and let me know!
Found a bug or issue with the latest build? Feel free to open an issue on the GitHub Repository! I will respond as soon as possible. 😀
View the Github Repository and our Elite Music Docs section for instructions and further information! 📄
Content type
Image
Digest
sha256:57df60cfa…
Size
389.3 MB
Last updated
about 24 hours ago
docker pull thatguyjacobee/elitemusic