aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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,
};