diff options
Diffstat (limited to 'src/framework/standard/help_commands.rs')
| -rw-r--r-- | src/framework/standard/help_commands.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/framework/standard/help_commands.rs b/src/framework/standard/help_commands.rs index b2fc9f5..85debc4 100644 --- a/src/framework/standard/help_commands.rs +++ b/src/framework/standard/help_commands.rs @@ -25,7 +25,8 @@ use client::Context; use framework::standard::{has_correct_roles, has_correct_permissions}; -use model::{ChannelId, Message}; +use model::channel::Message; +use model::id::ChannelId; use std::collections::HashMap; use std::sync::Arc; use std::fmt::Write; |