refactor: don't use re-exports of eyre & owo-colors
This commit is contained in:
parent
a4abdd72e4
commit
fafa0bf689
33 changed files with 48 additions and 39 deletions
|
@ -5,15 +5,14 @@
|
|||
use std::sync::Arc;
|
||||
use std::time::Duration;
|
||||
|
||||
use color_eyre::eyre::{eyre, Context as _, Report, Result};
|
||||
use color_eyre::owo_colors::OwoColorize;
|
||||
|
||||
use eyre::{eyre, Context as _, Report, Result};
|
||||
use log::{info, warn};
|
||||
|
||||
use poise::{
|
||||
serenity_prelude as serenity, EditTracker, Framework, FrameworkOptions, PrefixFrameworkOptions,
|
||||
};
|
||||
|
||||
use owo_colors::OwoColorize;
|
||||
use redis::ConnectionLike;
|
||||
|
||||
use tokio::signal::ctrl_c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue