diff options
| author | Fuwn <[email protected]> | 2020-11-05 13:25:16 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-11-05 13:25:16 -0800 |
| commit | 9eb1675f3c6dc001ed8beaef9328472332123555 (patch) | |
| tree | 7482ac55d120b923d8cedb3a0bfd37815e323e15 /src/core/utils.rs | |
| parent | fix: mention parsing (diff) | |
| download | dep-core-next-main.tar.xz dep-core-next-main.zip | |
Diffstat (limited to 'src/core/utils.rs')
| -rw-r--r-- | src/core/utils.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/utils.rs b/src/core/utils.rs index 88b6197..67aa58a 100644 --- a/src/core/utils.rs +++ b/src/core/utils.rs @@ -7,7 +7,7 @@ use serenity::model::guild::{Guild, Role, Member}; use serenity::model::id::*; use serenity::model::misc::Mentionable; use serenity::prelude::RwLock; -use serenity::framework::standard::CommandError; +// use serenity::framework::standard::CommandError; use std::collections::HashMap; use std::str::FromStr; use std::sync::Arc; |