1.0.2 • Published 5 years ago
radio-bot v1.0.2
Commands:
Rb/play- Join to your channel and play the music selectionedRb/list- List all radio avalaible (~75)Rb/help- Display help messageRb/leave- Leaves the voice channelRb/invite- Generate an invitation link you can use to invite the bot to your server
How to have your version of Rbot:
- 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");in last line of index.js - launch with
node index.js