Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anakojm/rbot
Discord radio bot
https://github.com/anakojm/rbot
discord discord-bot discord-js nodejs rbot
Last synced: 3 months ago
JSON representation
Discord radio bot
- Host: GitHub
- URL: https://github.com/anakojm/rbot
- Owner: anakojm
- License: gpl-3.0
- Archived: true
- Created: 2019-06-17T19:23:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-08T23:57:00.000Z (over 2 years ago)
- Last Synced: 2024-09-28T09:20:20.929Z (3 months ago)
- Topics: discord, discord-bot, discord-js, nodejs, rbot
- Language: JavaScript
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/4405/badge)](https://bestpractices.coreinfrastructure.org/projects/4405)[![pipeline status](https://gitlab.com/anakojm/rbot/badges/master/pipeline.svg)](https://gitlab.com/anakojm/rbot/-/commits/master) [![pipeline status](https://img.shields.io/discord/642785703264256011)](https://discord.gg/mJmjEU39sS)
### 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](https://nodejs.org/es/))
2. Download ([ffmpeg](https://ffmpeg.org/))
3. Create a new [application](https://discord.com/developers/applications/)
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](https://img.shields.io/badge/repo-GitHub-3D76C2.svg)](https://github.com/anakojm/Rbot)
[![Repo on GitLab](https://img.shields.io/badge/repo-GitLab-6C488A.svg)](https://gitlab.com/anakojm/Rbot)