Important
You are currently viewing the Java rewrite of the bot. I am not done yet, and some features are missing. If you are looking for the old Node.js-based version, click here.
Plays radio streams directly within your Discord server.
This bot has no commands; it's for playing radio streams only.
You can specify your own radio stream in the config.
You need the following:
- Create a new Bot User:
First, you need to create a new bot account.
Head over to the Discord Developer Portal, create a new bot instance, and get the bot token. - A working JRE setup: If you do not have one already, get it here: AdoptOpenJDK
Download the latest release.
Then you have to create a file called application.properties
in the same directory as the bot (the jar file you you just downloaded).
Fill it like so:
discord.token=<<your token>>
discord.channel=<<your channel id>>
stream.url=<<your url>>
And run it: java -jar radiobot.jar