1.0.2 • Published 4 years ago

radio-bot v1.0.2

Weekly downloads
6
License
GPL-3.0
Repository
github
Last release
4 years ago

Commands:

  • Rb/play - Join to your channel and play the music selectioned
  • Rb/list - List all radio avalaible (~75)
  • Rb/help - Display help message
  • Rb/leave - Leaves the voice channel
  • Rb/invite - Generate an invitation link you can use to invite the bot to your server

How to have your version of Rbot:

  1. Download (nodejs)
  2. Download (ffmpeg)
  3. Create a new application
  4. Create a new bot in your application
  5. Invite your bot to your server with https://discordapi.com/permissions.html (client id is in general information of your application)
  6. Clone: git clone https://github.com/anakojm/Rbot.git
  7. Change directory: cd Rbot
  8. Install dependencies: npm install
  9. Replace process.TOKEN by your token in bot.login("process.TOKEN"); in last line of index.js
  10. launch with node index.js