From 87ac0f29ccecaaa754271a784cbec7e4e2f0a1c2 Mon Sep 17 00:00:00 2001 From: Michael Rittmeister Date: Sun, 17 Dec 2023 14:24:43 +0100 Subject: [PATCH 1/2] Add lyrics.kt --- docs/plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/plugins.md b/docs/plugins.md index 4ea709419..516d654b8 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -20,5 +20,6 @@ for instructions. | [DuncteBot plugin](https://github.com/DuncteBot/skybot-lavalink-plugin) | Additional source managers that are not widely used | | [Extra Filter plugin](https://github.com/rohank05/lavalink-filter-plugin) | Additional audio filters for lavalink | | [XM plugin](https://github.com/esmBot/lava-xm-plugin) | Support for various [music tracker module](https://en.wikipedia.org/wiki/Module_file) formats | +| [Lyrics.kt](https://github.com/DRSchlaubi/lyrics.kt) | Plugin that fetches timestamped lyrics from YouTube | If you want to make your own plugin see [here](api/plugins.md) \ No newline at end of file From 7ecc411fa28bf52b28d3a26e189142de909f9475 Mon Sep 17 00:00:00 2001 From: Michael Rittmeister Date: Sun, 17 Dec 2023 14:32:24 +0100 Subject: [PATCH 2/2] Make somone happy --- docs/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins.md b/docs/plugins.md index 516d654b8..417ab5f86 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -20,6 +20,6 @@ for instructions. | [DuncteBot plugin](https://github.com/DuncteBot/skybot-lavalink-plugin) | Additional source managers that are not widely used | | [Extra Filter plugin](https://github.com/rohank05/lavalink-filter-plugin) | Additional audio filters for lavalink | | [XM plugin](https://github.com/esmBot/lava-xm-plugin) | Support for various [music tracker module](https://en.wikipedia.org/wiki/Module_file) formats | -| [Lyrics.kt](https://github.com/DRSchlaubi/lyrics.kt) | Plugin that fetches timestamped lyrics from YouTube | +| [Lyrics.kt plugin](https://github.com/DRSchlaubi/lyrics.kt) | Plugin that fetches timestamped lyrics from YouTube | If you want to make your own plugin see [here](api/plugins.md) \ No newline at end of file