diff --git a/src/cli/webhook.rs b/src/cli/webhook.rs index 4891936..f9f2133 100644 --- a/src/cli/webhook.rs +++ b/src/cli/webhook.rs @@ -1,5 +1,5 @@ -use std::error::Error; use discord_webhook::client::WebhookClient; +use std::error::Error; use crate::config::toml;