aboutsummaryrefslogtreecommitdiff
path: root/src/framework/standard/create_command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/framework/standard/create_command.rs')
-rw-r--r--src/framework/standard/create_command.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/framework/standard/create_command.rs b/src/framework/standard/create_command.rs
index 4788a05..cfddf06 100644
--- a/src/framework/standard/create_command.rs
+++ b/src/framework/standard/create_command.rs
@@ -1,9 +1,9 @@
pub use super::{Args, Command, CommandGroup, CommandType, CommandError};
-use std::collections::HashMap;
-use std::sync::Arc;
use client::Context;
use model::{Message, Permissions};
+use std::collections::HashMap;
+use std::sync::Arc;
#[derive(Debug)]
pub struct CreateCommand(pub Command);