From 15dd68070fbbb1ccc48080024b84f09b64337b8a Mon Sep 17 00:00:00 2001 From: Manuel Date: Sun, 3 Sep 2023 14:23:11 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Fix=20typos=20in=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a04b8b..8ae19bb 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@

A simple Discord bot that enables you to broadcast
your Jellyfin Media Server music collection to voice channels.
It's Open Source and can easily be hosted by yourself!

- Thanky you KGT1 for starting this project!
This is a fork of their original repository and re-uses some of their code.
+ Thank you KGT1 for starting this project!
This is a fork of their original repository and re-uses some of their code.

@@ -28,14 +28,14 @@ ## ✨ Features -- Leighweight and extendable using the [Nest](https://github.com/nestjs/nest) framework +- Lightweight and extendable using the [Nest](https://github.com/nestjs/nest) framework - Easy usage with Discord command system (eg. ``/play``, ``/pause``, ...) - Fast and validated configuration using environment variables - Typesafe code for quicker development and less bugs - Supports ``Music``, ``Playlists`` and ``Albums`` from your Jellyfin instance ## 📌 About this project -This project was originally started by [KGT1 on Github](https://github.com/KGT1/jellyfin-discord-music-bot/) in 2020. I came accross this project in late 2021, when wanted to enjoy my music on Discord. I never got it to run as I wanted it to. Since the original project was created under the MIT license, I decided to make a fork in 2022 with my own version. Although this project re-uses some code of the original project, it has been completly rewritten in other parts using NestJs and features now a module-based approach. +This project was originally started by [KGT1 on Github](https://github.com/KGT1/jellyfin-discord-music-bot/) in 2020. I came across this project in late 2021, when wanted to enjoy my music on Discord. I never got it to run as I wanted it to. Since the original project was created under the MIT license, I decided to make a fork in 2022 with my own version. Although this project re-uses some code of the original project, it has been completely rewritten in other parts using NestJs and features now a module-based approach. ## ⛔ Limitations @@ -55,6 +55,7 @@ https://github.com/manuel-rw/jellyfin-discord-music-bot/wiki I'm open to any contributions to this project. You can start contributing using the following commands, after executing the installation commands: ## 👤 Credits + - https://tabler-icons.io/ - https://docs.nestjs.com/ - https://discord.js.org/