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