Skip to content

LukasHuth/MusicBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Discord Music Bot

Important installed Programs

  • Node / npm
  • ffmpeg

How to use

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.json

add following data to settings.json

{
    "googletoken": "<google api token>"
}

add following data to botconfig.json

{
    "token": "<discord bot token>",
    "prefix": "<message prefix you want>"
}

Info

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.

Commands

?play

play music from queue

?play

add video or playlist to queue

?queue

list next 5 and previous 5 tracks

?save

save queue

?load

load queue

?help

view all commnds

?next

play next track

?current

list infos about current track

todo

?listsaved alias ?ls

list saved queues

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published