minor format adjustments

main
Joey Pollack 2 years ago
parent 923278c416
commit 3df314d30c

@ -42,7 +42,6 @@ impl EventHandler for Handler
async fn message(&self, ctx: Context, msg: Message) async fn message(&self, ctx: Context, msg: Message)
{ {
commands::parse(ctx, msg).await; commands::parse(ctx, msg).await;
} }
async fn reaction_add(&self, ctx: Context, add_reaction: Reaction) async fn reaction_add(&self, ctx: Context, add_reaction: Reaction)

Loading…
Cancel
Save