diff options
Diffstat (limited to 'src/commands/general/ask.rs')
| -rw-r--r-- | src/commands/general/ask.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commands/general/ask.rs b/src/commands/general/ask.rs index 4bbf82e..e1f008a 100644 --- a/src/commands/general/ask.rs +++ b/src/commands/general/ask.rs @@ -1,4 +1,5 @@ use crate::{consts, utils, Context}; + use color_eyre::eyre::{Context as _, Result}; /// ask teawie a question! |
