changed how commands get invoked

This commit is contained in:
2021-06-09 16:54:31 +01:00
parent e3f30ab085
commit 99e1807097
9 changed files with 657 additions and 328 deletions

View File

@@ -6,7 +6,7 @@ edition = "2018"
[dependencies]
songbird = { git = "https://github.com/FelixMcFelix/songbird", branch = "ws-fix" }
serenity = { git = "https://github.com/serenity-rs/serenity", branch = "next", features = ["voice", "collector"] }
serenity = { git = "https://github.com/serenity-rs/serenity", branch = "next", features = ["voice", "collector", "unstable_discord_api"] }
sqlx = { version = "0.5", default-features = false, features = ["runtime-tokio-rustls", "macros", "mysql", "bigdecimal"] }
dotenv = "0.15"
tokio = { version = "1", features = ["fs", "process", "io-util"] }