use poise to register slash commands, separate files more

This commit is contained in:
Gabriel Fontes
2023-06-11 19:19:14 -03:00
parent e147916d27
commit 5b573abcc6
22 changed files with 642 additions and 434 deletions

View File

@@ -28,7 +28,7 @@ features = [ "rustls-tls" ]
version = "0.11"
git = "https://github.com/serenity-rs/serenity"
branch = "next"
features = [ "client", "standard_framework", "voice", "rustls_backend" ]
features = [ "client", "voice", "rustls_backend" ]
[dependencies.songbird]
version = "0.3"
@@ -36,6 +36,11 @@ git = "https://github.com/serenity-rs/songbird"
branch = "next"
features = [ "builtin-queue" ]
[dependencies.poise]
version = "0.4"
git = "https://github.com/serenity-rs/poise"
branch = "serenity-next"
[dependencies.symphonia]
version = "0.5"
features = ["aac", "mp3"]