Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kuuuuuuuu/discord-radio-bot
a simple Discord bot that play a live stream in a voice channel
https://github.com/kuuuuuuuu/discord-radio-bot
discord-bot discord-js discordjs discordjs-bot discordjs-v14 discordjsbot discordmusicbot radio-bot
Last synced: 30 days ago
JSON representation
a simple Discord bot that play a live stream in a voice channel
- Host: GitHub
- URL: https://github.com/kuuuuuuuu/discord-radio-bot
- Owner: Kuuuuuuuu
- License: mit
- Created: 2021-10-05T20:21:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T13:07:19.000Z (9 months ago)
- Last Synced: 2024-03-28T14:31:23.997Z (9 months ago)
- Topics: discord-bot, discord-js, discordjs, discordjs-bot, discordjs-v14, discordjsbot, discordmusicbot, radio-bot
- Language: JavaScript
- Homepage:
- Size: 49.8 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Discord Radio Bot :radio:
a simple Discord bot that play a live stream in a voice channel
### Requirements :warning:
- Node.js lts or higher
- ffmpeg (if linux you can install it with `sudo apt install ffmpeg` or npm install ffmpeg-static)`### Setup :gear:
1. Clone the repository
```sh
git clone https://github.com/Kuuuuuuuu/discord-radio-bot.git
```
2. Run `npm install`
3. Rename .env.example to .env and fill the token of your Discord bot
4. Change the guildId, channelId and the url of the live stream in the index.js file
5. Run `npm start`
6. Enjoy! :D :sparkles: