diff options
| author | Nathan Perry <np@nathanperry.dev> | 2020-06-19 23:49:18 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2020-06-19 23:49:18 -0400 |
| commit | eca7b5c981650217bc259329e2687df44f3845c0 (patch) | |
| tree | 9a59418a1967dcd243857589955cc341ed712f5f /src | |
| parent | 77fb2fc680a318f8f72101cbbe06594350758e0b (diff) | |
import error
Diffstat (limited to 'src')
| -rw-r--r-- | src/game.rs | 1 |
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, }; |
