summaryrefslogtreecommitdiff
path: root/src/commands/general/ask.rs
diff options
context:
space:
mode:
authorseth <[email protected]>2024-02-18 18:30:42 -0500
committerseth <[email protected]>2024-02-18 18:38:30 -0500
commitc6446aa74006ab73059e316917791c5230d1e897 (patch)
treed9d74191a7f220a275a6fb1341bd894ba3f2372f /src/commands/general/ask.rs
parentdb362aefe343e2cb27d6c01c89464b0a8100b295 (diff)
use newer eyre directly
Diffstat (limited to 'src/commands/general/ask.rs')
-rw-r--r--src/commands/general/ask.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/general/ask.rs b/src/commands/general/ask.rs
index 7775fb7..75560e0 100644
--- a/src/commands/general/ask.rs
+++ b/src/commands/general/ask.rs
@@ -1,6 +1,6 @@
use crate::{consts, utils, Context};
-use color_eyre::eyre::{Context as _, Result};
+use eyre::{Context as _, Result};
/// Ask teawie a question!
#[poise::command(prefix_command, slash_command)]