disconnect command

This commit is contained in:
2021-06-05 15:09:14 +01:00
parent a6b98cd450
commit e3f30ab085
4 changed files with 140 additions and 250 deletions

View File

@@ -1,11 +1,11 @@
[package]
name = "soundfx-rs"
version = "1.2.4"
version = "1.2.5"
authors = ["jellywx <judesouthworth@pm.me>"]
edition = "2018"
[dependencies]
songbird = { git = "https://github.com/serenity-rs/songbird", branch = "next" }
songbird = { git = "https://github.com/FelixMcFelix/songbird", branch = "ws-fix" }
serenity = { git = "https://github.com/serenity-rs/serenity", branch = "next", features = ["voice", "collector"] }
sqlx = { version = "0.5", default-features = false, features = ["runtime-tokio-rustls", "macros", "mysql", "bigdecimal"] }
dotenv = "0.15"