diff options
| author | seth <[email protected]> | 2024-02-18 18:30:42 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-18 18:38:30 -0500 |
| commit | c6446aa74006ab73059e316917791c5230d1e897 (patch) | |
| tree | d9d74191a7f220a275a6fb1341bd894ba3f2372f /src/commands/general/random.rs | |
| parent | db362aefe343e2cb27d6c01c89464b0a8100b295 (diff) | |
use newer eyre directly
Diffstat (limited to 'src/commands/general/random.rs')
| -rw-r--r-- | src/commands/general/random.rs | 2 |
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"))] |
