From 603ea0ab66c3d5d838bc9a8494a9136c6775677a Mon Sep 17 00:00:00 2001 From: August Date: Tue, 26 May 2026 18:42:38 -0400 Subject: [PATCH] hehehe --- src/command/fun.rs | 5 +++-- src/event_handlers.rs | 2 ++ src/main.rs | 2 ++ 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 src/event_handlers.rs diff --git a/src/command/fun.rs b/src/command/fun.rs index b072da5..294847f 100644 --- a/src/command/fun.rs +++ b/src/command/fun.rs @@ -197,10 +197,11 @@ pub async fn game(ctx: Context<'_>) -> Result<(), Error> { if let Some(react) = collector.await { let reacting_user = react.user(ctx.http()).await?; - ctx.say(format!("{} was first to react! yay!", reacting_user)).await?; + ctx.say(format!("{} was first to react! yay!", reacting_user)) + .await?; } else { ctx.say("Nobody reacted. Game over