From bcf63e6ab71fa25097c53134f86d29e044a3c099 Mon Sep 17 00:00:00 2001 From: Lionarius Date: Wed, 26 Apr 2023 11:40:36 +0300 Subject: [PATCH] remove & --- src/bot/handlers/command_handler.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bot/handlers/command_handler.rs b/src/bot/handlers/command_handler.rs index f12eec6..5363a27 100644 --- a/src/bot/handlers/command_handler.rs +++ b/src/bot/handlers/command_handler.rs @@ -42,7 +42,7 @@ impl MixerCommandHandler { interaction.user.id, command.name() ); - return command.execute(&ctx, interaction).await; + return command.execute(ctx, interaction).await; } else { info!( "User {} ({}) executed unknown command \"{}\"",