- Node / npm
- ffmpeg
git clone [email protected]:LukasHuth/MusicBot.git
cd MusicBot
npm install
# only update if it doesnt breaks the bot
# if it breaks just redownload and don't update (typical js)
npm update
touch settings.json
touch botconfig.jsonadd following data to settings.json
{
"googletoken": "<google api token>"
}add following data to botconfig.json
{
"token": "<discord bot token>",
"prefix": "<message prefix you want>"
}This music bot is so old that at the time of creation slash commands didn't exist. In the meantime the google api changed aswell so that the queue command is currently bugged.
play music from queue
add video or playlist to queue
list next 5 and previous 5 tracks
save queue
load queue
view all commnds
play next track
list infos about current track
list saved queues