Rb/play- Join your channel and play the music selectionedRb/list- List all radio avalaible (~75)Rb/help- Display an help messageRb/leave- Leave the voice channelRb/invite- Generate an invitation link you can use to invite the bot to your server
- Download (nodejs)
- Download (ffmpeg)
- Create a new application
- Create a new bot in your application
- Invite your bot to your server with https://discordapi.com/permissions.html (client id is in general information of your application)
- Clone:
git clone https://github.com/anakojm/Rbot.git - Change directory:
cd Rbot - Install dependencies:
npm install - Replace
process.TOKENby your token inbot.login("process.TOKEN");at the last line of index.js - Start the bot with
node index.js