feat(UI/Codebase): Made menu persistent. After starting the bot, the menu will remain on the screen and be interactable for the user while the bot is running

This commit is contained in:
brotoskyj
2026-01-20 22:17:28 -05:00
parent 4924b7e505
commit 3d7af18dc4
3 changed files with 78 additions and 19 deletions
+2 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "RhythmWorks"
version = "0.5.3"
version = "0.6.0"
edition = "2024"
[dependencies]
@@ -22,6 +22,7 @@ serenity = { version = "0.12.5", features = ["client", "gateway", "voice"] }
songbird = { version = "0.5.0", features = ["builtin-queue", "driver", "serenity"] }
symphonia = { version = "0.5.5", features = ["aac", "alac", "isomp4", "mp3"] }
tokio = "1.48.0"
tokio-util = "0.7.18"
tonic = { version = "0.12.3", features = ["tls-roots"] }
tracing = "0.1.41"
tracing-opentelemetry = "0.32.0"