diff options
| author | Nathan Perry <avaglir@gmail.com> | 2018-03-17 21:32:41 -0400 |
|---|---|---|
| committer | Nathan Perry <avaglir@gmail.com> | 2018-03-17 21:32:41 -0400 |
| commit | b406d78eee5fe9ab5686a34e33bdd635806c8383 (patch) | |
| tree | b3832ba879b523aadb82c37b98b609386681ea2a /Cargo.toml | |
| parent | e2f884067d477edb7b65d7302a5837f842af006a (diff) | |
thulani plays without explicit play command
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" |
