A multi server discord music bot made using golang
Features:
- Ability to add songs using queries or youtube URLs.
- A queue to manage multiple songs.
- Pause, resume and skip functionalities for the queue.
- Add your
bot token
andyoutube api key
inDockerfile
- Run command
docker build -t <image-name> .
to build the project. Replace<image-name>
with any image name you want to give. - Run the bot using the command
docker run <image-name>
. To run in detached mode, usedocker run -d <image-name>