From b406d78eee5fe9ab5686a34e33bdd635806c8383 Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Sat, 17 Mar 2018 21:32:41 -0400 Subject: thulani plays without explicit play command --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 5f5e341..6952dd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,6 +20,8 @@ diesel = { version = "1.0.0", features = ["postgres"], optional = true } cfg-if = "0.1" [dependencies.serenity] -version = "0.5" +# version = "~0.5" default-features = false features = ["builder", "cache", "client", "framework", "model", "utils", "voice", "standard_framework"] +git = "https://github.com/zeyla/serenity" +rev = "b71d99" -- cgit v1.3.1