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/moderation/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/moderation/mod.rs') diff --git a/src/commands/moderation/mod.rs b/src/commands/moderation/mod.rs index 218ad16..5a8cd08 100644 --- a/src/commands/moderation/mod.rs +++ b/src/commands/moderation/mod.rs @@ -1,6 +1,6 @@ use crate::Data; -use color_eyre::eyre::Report; +use eyre::Report; use poise::Command; mod clear; -- cgit v1.2.3