Skip to content

Commit

Permalink
fixed some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
parzival-space committed Aug 26, 2023
1 parent b092b32 commit e2fabb2
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,29 @@
# Discord Radio Bot

> [!IMPORTANT]
> You are currently viewing the Java rewrite of the bot. I am not done jet and some features are missing. If you are looking for the old Node.js based version, click <a href="//github.com/parzival-space/discord-radio-bot/tree/main-old-node">here</a>.
> 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 <a href="//github.com/parzival-space/discord-radio-bot/tree/main-old-node">here</a>.
Plays radio streams directly inside your Discord server.
This bot has no commands, it's for playing radio streams only.
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.
<br>
<b>
Important: The provided url MUST be a link to a DIRECT MEDIA STREAM. This means https://radioXYZ.fm is not a valid url!<br>
Stream urls normally look like https://play.radioXYZ.fm/source.mp3
</b>

## How to
### Requirements
You need this.
You need the following:

1. Create a new Bot User
First you need to create a new bot account. <br />
Head over to the <a href="//discord.com/developers">Discord Developer Portal</a>, 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: <a href="//adoptopenjdk.net/releases.html">AdoptOpenJDK</a>
1. Create a new Bot User:
First, you need to create a new bot account. <br />
Head over to the <a href="//discord.com/developers">Discord Developer Portal</a>, 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: <a href="//adoptopenjdk.net/releases.html">AdoptOpenJDK</a>

### Running the Bot
Download the latest <a href="//github.com/parzival-space/discord-radio-bot/releases">release</a>.

Then you have to create a file called ``application.properties`` in the same directory as the bot.
Then you have to create a file called ``application.properties`` in the same directory as the bot (the jar file you jus downloaded).
Fill it like so:
```properties
discord.token=<<your token>>
Expand Down

0 comments on commit e2fabb2

Please sign in to comment.