summaryrefslogtreecommitdiff
path: root/src/commands/general/random.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/general/random.rs')
-rw-r--r--src/commands/general/random.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/general/random.rs b/src/commands/general/random.rs
index 477001e..7c7ceff 100644
--- a/src/commands/general/random.rs
+++ b/src/commands/general/random.rs
@@ -1,6 +1,6 @@
use crate::{api, consts, utils, Context};
-use color_eyre::eyre::Result;
+use eyre::Result;
#[allow(clippy::unused_async)]
#[poise::command(slash_command, subcommands("lore", "teawie", "shiggy"))]