Hi this is my discord music bot. First time using the discord python library. Would not recommend copying this design. Further building on this project https://github.com/pawel02/music_bot/.
- Search Youtube videos for songs to play in discord
- Plays songs in voice channel
- No permission handling
- Help class for information
- Queue & Help Pagination
- Embed output to text channel
- Preparation to run with Dockerfile
- Logging in logs/ directory
Outputs are printed as embeds (similar to other more popular music bots)
- Help
- Join
- Play
- Multiplay
- Pause/Resume
- Queue
- Remove
- Clear - not tested
- Stop
- Playing - not tested
- Status
Modify the existing .env file with your discord token and prefered prefix. For example: !<command>
Programmed in Ubuntu, recommend using Docker to build and run it.