A simple but efficient Music Bot that plays your favourite music in a loop so just add a playlist and chill listening it playing for you.
m.add | Adds music to the bots playlist. |
---|---|
m.play | Plays the playlist added to the bot. |
m.next | Skips the current song and plays the next in Queue. |
m.stop | Stop the Music. |
m.volume | Sets the volume. |
m.remove | Removes the song in Queue. |
m.clear_playlist | Clears the Queue. |
m.playOn | Set the Default Voice Channel on which Bot would play. |
m.songs | List the songs present in the Queue. |
This bot needs discord developer portals token. You would also need to set Privileged Gateway Intents.
This music bot is now hosted on heroku and works well on repl also.
For using it on heroku Fork this repository and then under Deploy in heroku add your this forked repo Under setting - buildpack add
heroku/python
https://github.com/jonathanong/heroku-buildpack-ffmpeg-latest.git
In setting - config vars add
Key - Token and in value add your discord bots generated Token (For more info go through Youtube Videos)
And then under resources enable worker.
TADA Your Bot is now online
For using in on other platforms make sure you install requirements.txt
pip install -r requirements.txt
For any other Questions raise an issue and I will try to solve you problem.