mod: refactor commands to global commands, restrict from direct messages

nix build works too
This commit is contained in:
2026-08-01 20:37:26 -04:00
parent e1a69c05a8
commit 451275682d
5 changed files with 46 additions and 254 deletions
-1
View File
@@ -14,7 +14,6 @@ serenity = { version = "0.12.5", features = [
songbird = "0.6"
symphonia = { version = "0.5", features = ["mp3"] }
tokio = { version = "1.41.0", features = ["macros", "rt-multi-thread"] }
reqwest = { version = "0.12.9", features = ["json", "rustls-tls"] }
tracing = "0.1.40"
dotenvy = "0.15.7"
rand = "0.8.5"