summaryrefslogtreecommitdiff
path: root/src/commands/mod.rs
diff options
context:
space:
mode:
authorNathan Perry <avaglir@gmail.com>2018-08-13 19:51:07 -0400
committerNathan Perry <avaglir@gmail.com>2018-08-13 19:51:07 -0400
commit831a906e8e422ff2bf294e5496c3a6acef804d8e (patch)
treef1263a067d8b70d51590eb6ff9c782421368483f /src/commands/mod.rs
parenta064941bd542a4d66ac1452bd876fef91b0bf87f (diff)
update for 2018 edition
Diffstat (limited to 'src/commands/mod.rs')
-rw-r--r--src/commands/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/mod.rs b/src/commands/mod.rs
index 4d7b4ae..bf55b90 100644
--- a/src/commands/mod.rs
+++ b/src/commands/mod.rs
@@ -1,4 +1,4 @@
-use {must_env_lookup, Result, TARGET_GUILD_ID};
+use crate::{must_env_lookup, Result, TARGET_GUILD_ID};
use serenity::framework::StandardFramework;
use serenity::model::channel::Message;
use serenity::model::id::ChannelId;