From c6446aa74006ab73059e316917791c5230d1e897 Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 18 Feb 2024 18:30:42 -0500 Subject: use newer eyre directly --- src/commands/general/ask.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/general/ask.rs') 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)] -- cgit v1.2.3