use poise to register slash commands, separate files more
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user