aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathan Perry <avaglir@gmail.com>2018-03-17 21:32:41 -0400
committerNathan Perry <avaglir@gmail.com>2018-03-17 21:32:41 -0400
commitb406d78eee5fe9ab5686a34e33bdd635806c8383 (patch)
treeb3832ba879b523aadb82c37b98b609386681ea2a /Cargo.toml
parente2f884067d477edb7b65d7302a5837f842af006a (diff)
thulani plays without explicit play command
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
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"