SoundWave is a YouTube audio playback bot in discord. SoundWave will join the voice channel you are in and play the content you have chosen, it allows you to play through a link to a Youtube video or playlist, or by a normal search.
In order to install SoundWave on your Discord server you will need to download/install the following:
NodeJS: If you want to run the bot on your computer without the need to have a server to host the bot you must install NodeJS from its official web site.
Source code: You must download the source code of the bot, to do so you can run
git fork https://github.com/RubenFern/SoundWave-Bot-Discord.git
Or, if you don't have Git, download it directly from the Code - Download ZIP button.
For the bot to work you must:
Rename the file config.json.example
to config.json
.
Fill in the fields it has inside:
To execute it, all you have to do is open a console terminal, go to the project directory and execute.
node index.js
To end the execution you can press Ctrl + C.
The commands available to the Bot are:
/play [link_video]/[link_playlist]/[search_by_text]
/stop: You can stop the entire playback of the ones you are listening to.
/next: You can skip to the next song (if it exists).
/pause: You can pause the song you are listening to.
/continue: You can continue playing what you were listening to.