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

4
Cargo.lock generated
View File

@ -1691,8 +1691,8 @@ dependencies = [
[[package]]
name = "songbird"
version = "0.2.0-beta.2"
source = "git+https://github.com/FelixMcFelix/songbird?branch=ws-fix#a9ae0528405ed783153175f8d4d52dd51532aef3"
version = "0.2.0-beta.3"
source = "git+https://github.com/serenity-rs/songbird?branch=next#e0ea2f5fe2fe14cb2de0774227f27cb1175d8295"
dependencies = [
"async-trait",
"async-tungstenite",