Skip to content

parzival-space/discord-radio-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Discord Radio Bot

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.

How to

Requirements

You need the following:

  1. 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.
  2. A working JRE setup: If you do not have one already, get it here: AdoptOpenJDK

Running the Bot

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