added an env var to enable slash command building. added responses to the stop commands. fixed something with boolean arguments. blah blah blah

This commit is contained in:
2021-06-15 12:09:48 +01:00
parent 60ead9a1ef
commit 0abe696f58
4 changed files with 75 additions and 22 deletions

View File

@@ -5,7 +5,7 @@ authors = ["jellywx <judesouthworth@pm.me>"]
edition = "2018"
[dependencies]
songbird = { git = "https://github.com/FelixMcFelix/songbird", branch = "ws-fix" }
songbird = { git = "https://github.com/serenity-rs/songbird", branch = "next" }
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"