aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Perry <np@nathanperry.dev>2020-06-19 23:49:18 -0400
committerNathan Perry <np@nathanperry.dev>2020-06-19 23:49:18 -0400
commiteca7b5c981650217bc259329e2687df44f3845c0 (patch)
tree9a59418a1967dcd243857589955cc341ed712f5f
parent77fb2fc680a318f8f72101cbbe06594350758e0b (diff)
import error
-rw-r--r--src/game.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.rs b/src/game.rs
index b5c6b49..9e6997a 100644
--- a/src/game.rs
+++ b/src/game.rs
@@ -45,6 +45,7 @@ use lazy_static::lazy_static;
use crate::{
must_env_lookup,
Result,
+ Error,
util::CtxExt,
VOICE_CHANNEL_ID,
};