Node.js / Discord.js / Discord.js-Commando based bot solely for the purpose of playing audio stream to Discord
NOT IN ACTIVE DEVELOPMENT AND MAY CONTAIN ISSUES & BUGS
Music bot for Discord voip app, contains only music playback code and no other unnecessary overhead code. Free to fork and/or contribute.
Clone master
branch for the stable version.
Any bug reports or security concerns are very welcomed, please, open a ticket and I will address it shortly.
cp configs/app.example.json configs/app.json
and set access tokens in configs/app.json
filenpm install
(not necessary for docker set up)https://discordapp.com/oauth2/authorize?client_id=<ClientID>&permissions=36728128&scope=bot
, where <clientID>
is your Discord Application client ID of the application whose token you’ve set in app.json
filenpm run prod
(not necessary for docker set up)cp configs/app.example.json configs/app.json
and set access tokens in configs/app.json
filedocker-compuse up --build
to build and run your containerRefer to [prefix]help command for available commands. Prefix can be set in configs/app.json
file, by default it is .
(dot)