From 5bf555aaa35d0724ce88683ce917b13aeb59e142 Mon Sep 17 00:00:00 2001 From: Owen Ryan Date: Wed, 19 Jul 2023 20:54:53 -0400 Subject: [PATCH] Update jambox.md --- source/{_posts/2023-5-6-jambox.md => _projects/jambox.md} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename source/{_posts/2023-5-6-jambox.md => _projects/jambox.md} (77%) diff --git a/source/_posts/2023-5-6-jambox.md b/source/_projects/jambox.md similarity index 77% rename from source/_posts/2023-5-6-jambox.md rename to source/_projects/jambox.md index 4dd1d3b..6e89dfd 100644 --- a/source/_posts/2023-5-6-jambox.md +++ b/source/_projects/jambox.md @@ -7,10 +7,10 @@ thumbnail_url: /assets/images/jambox.webp SEO_tags: [Discord, Python, Hikari, Lavalink] --- +**Note:** This project is currently on haitus due to a core Python library becoming deprecated. + Jambox is a *soon-to-be* open source Discord music bot built for convince. It utilises the [Lavalink](https://github.com/lavalink-devs/Lavalink) audio node for streaming music, and also adds support for -streaming local files¹. Jambox was built from the ground up using Discord's modern feature set, and +streaming local files. Jambox was built from the ground up using Discord's modern feature set, and utilises [slash commands](https://support.discord.com/hc/en-us/articles/1500000368501-Slash-Commands-FAQ), embeds, message components¹, and modals¹. - -- ¹ - Features are not currently implemented, but are planned additions \ No newline at end of file