diff options
| author | Lake Lezz <[email protected]> | 2018-11-16 02:27:06 +0100 |
|---|---|---|
| committer | acdenisSK <[email protected]> | 2018-11-16 20:57:13 +0100 |
| commit | 653e596527020954738104558a8596ae0c378279 (patch) | |
| tree | daedfe7ec9e41f98772b8ea5d8c9d5a4ae77c86a /src/utils | |
| parent | Merge branch 'current' into v0.6.x (diff) | |
| download | serenity-653e596527020954738104558a8596ae0c378279.tar.xz serenity-653e596527020954738104558a8596ae0c378279.zip | |
Add Slow Mode Rate (#439)
Fixes #402
Diffstat (limited to 'src/utils')
| -rw-r--r-- | src/utils/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/mod.rs b/src/utils/mod.rs index 0696aad..b2b4323 100644 --- a/src/utils/mod.rs +++ b/src/utils/mod.rs @@ -996,6 +996,7 @@ mod test { topic: None, user_limit: None, nsfw: false, + slow_mode_rate: 0, }; let cache = RwLock::new(Cache::default()); |