anakojm / Rbot

Discord radio bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Rbot is a Discord Bot made using discord.js and node js, made to play radio stations.

GPL-3.0 License

CII Best Practicespipeline status pipeline status

Commands:

  • Rb/play - Join your channel and play the music selectioned
  • Rb/list - List all radio avalaible (~75)
  • Rb/help - Display an help message
  • Rb/leave - Leave 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"); at the last line of index.js
  10. Start the bot with node index.js

Repo on GitHub Repo on GitLab

About

Discord radio bot

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%