diff options
Diffstat (limited to 'src/commands/general/bing.rs')
| -rw-r--r-- | src/commands/general/bing.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/commands/general/bing.rs b/src/commands/general/bing.rs index d58404e..54ee0dc 100644 --- a/src/commands/general/bing.rs +++ b/src/commands/general/bing.rs @@ -1,7 +1,5 @@ use crate::{Context, Error}; -use eyre::Result; - /// Make sure the wie is alive #[poise::command(prefix_command)] pub async fn bing(ctx: Context<'_>) -> Result<(), Error> { |
