diff options
| author | seth <[email protected]> | 2024-05-02 20:29:12 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-05-02 20:29:12 -0400 |
| commit | a1876d5a6d47f9bf8fb78be4162d6a7d7fa90d16 (patch) | |
| tree | 7d8fd1efd7896664a4952d9f25976aeb6247dee3 /src/commands/general/bing.rs | |
| parent | 7d4fa29a63c3ff558a88fdacbed7d02cf805f4f9 (diff) | |
feat: add pfp command
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> { |
