Sign inSign up

thatguyjacobee/elitemusic

By thatguyjacobee

•Updated 25 days ago

Elite Music is an open-source, feature-packed Discord music bot. 🚀💪

Image
Languages & frameworks
Integration & delivery
1

3.5K

thatguyjacobee/elitemusic repository overview

⁠Elite Music 🎵⁠

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!😉) 🚀💪

⁠Features 💡

  • Wide range of commands.
  • Easy to setup, customise and edit.
  • Slash commands (djs v14).
  • Support for various streaming platforms.
  • Wide range of audio filters.
  • Docker Support.
  • Awesome playback UI.
  • Additional features including plex media server support.
  • And much more!

⁠Docker Setup 🐳

⁠Docker Run Command

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.

⁠Docker Compose

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.

⁠Support 🆘

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! 📄

⁠License 📄

Apache © ThatGuyJacobee⁠

Tag summary

Content type

Image

Digest

sha256:148d2a772…

Size

154.5 MB

Last updated

25 days ago

docker pull thatguyjacobee/elitemusic