diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,6 @@ features = [ git = "https://github.com/serenity-rs/serenity" branch = "next" - [dependencies.poise] git = "https://github.com/kangalioo/poise" branch = "master" @@ -66,4 +65,5 @@ features = [ "chrono", "migrate", "macros", + "offline", ] |