Simple Discord Musicbot written in discord.js v12. Fell free to contribute if any feature's missing.
!play <name> | Starts playing music.
!volume <1-100> | Set the bot volume.
!help | Shows a list with all commands.
!list | Shows a list with all playable Webstreams.
!song | Shows the current playing song with cover.
Requirements:
- Git command line installed.
- Make sure that you have NodeJS v12.x or later installed.
- A C++ compiler installed such as Clang or GCC.
- You also need your bot's token. Check this page for more information.
Installation:
- Clone this git repository
git clone https://github.com/VocalZero/discord-musicbot - Run
npm installfrom the project folder to install all required dependencies. - Run
node app.jsfrom the project folder to start the bot.
To add the bot to your guild, you have to get an oauth link. This page can help you generate a full oauth link.