From d3252fad5d53eed82d7c410a0978fb914dced688 Mon Sep 17 00:00:00 2001 From: alex_sze <66704967+szeremeta1@users.noreply.github.com> Date: Thu, 9 May 2024 14:29:47 -0400 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 290b12c..19ef6ab 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,10 @@ # classicfm-discord-bot A bot that constantly streams ClassicFM, a British classical music radio station, into a Discord voice channel of the user's choosing. + +This bot uses an **m3u8** stream as its source and joins a channel of the user's choosing until it is forcefully disconnected. This can be helpful if you want to just make a voice channel for peacefully listening to classical music, and **it can be used with any mp3 or m3u8 stream**. + +To use the bot, type ``!livestream`` into any text channel that the bot can access while you are in a voice channel that the bot can access. + +Like any other bot, this requires that you make an application (bot) in the [Discord Developer Portal](https://discord.com/developers/applications). + +This mini project quite literally would not have been possible without [@ChrisChrome](https://github.com/ChrisChrome), who basically made the whole fucking thing work and showed me the limitations of both Discord bots and JavaScript as a whole.