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 \"{}\"",