A Discord-Musicbot designed to be similar to the Groovy Music-Bot.
- Support for a lot of Music-Streams including Youtube, SoundCloud and mp3-Files (For details visit the Lavaplayer GitHub-Page)
- No constant leaving/joining of the Voice-Channel, because of the join and leave commands
- User controllable Master-Volume for the Bot, to change the Volume for everyone
- Customizable Prefix for the Bot. (Server Admin-Permissions needed)
- Console-like usage. All commands are programmed to be used like a Command in a Console.
- (Planned) Fully customizable Soundboard
The Default Prefix is Yo!
To view details of Commands while the Bot operates, use -h
or --help
customizePrefix
to change the current prefix to a new onehelp
to view all Commands and how they are used
join
to join a channel.leave
to leave a channel. (It can do that automatically)play
to start music playbackpause
to pause music playbackstop
to pause playback and delete the current queueskip
to skip the current songvolume
to change or view the Master volumecurrent
to view the currently playing songqueue
to view the current queueundo
to remove the most recent addition of the queuedelete
to remove a song with the number of its position in the queueshuffle
to shuffle the current queue
WIP
Currently there is no download and the bot needs to be compiled. On Windows you start the Bot from .\bin\music-bot.bat
and on Linux it starts from ./bin/music-bot
You also need a Discord Bot-Application and the Bot-Tag from it. After the first start you will get a settings.json file generated in the folder where you launched the bot. Your Discord Bot Token needs to be placed inside this file. If you want to have Spotify-Support you'll also put there your Spotify Client Id and Secret. Now launch the bot again and everything should work.