Skip to content

Commit

Permalink
style(bin): matter of preference
Browse files Browse the repository at this point in the history
  • Loading branch information
nanai10a committed Jan 7, 2024
1 parent 05f6de1 commit 72d1361
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bin/main/event.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use serenity::async_trait;
use serenity::builder::CreateAttachment;
use serenity::builder::CreateEmbed;
use serenity::builder::CreateInteractionResponse;
Expand Down Expand Up @@ -389,7 +388,7 @@ mod cm {
}
}

#[async_trait]
#[serenity::async_trait]
impl EventHandler for EvHandler {
#[tracing::instrument(skip_all)]
async fn interaction_create(&self, ctx: Context, interaction: Interaction) {
Expand Down

0 comments on commit 72d1361

Please sign in to comment.