From 831a906e8e422ff2bf294e5496c3a6acef804d8e Mon Sep 17 00:00:00 2001 From: Nathan Perry Date: Mon, 13 Aug 2018 19:51:07 -0400 Subject: update for 2018 edition --- src/commands/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/mod.rs') 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; -- cgit v1.3.1