remove &
This commit is contained in:
@@ -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 \"{}\"",
|
||||
|
||||
Reference in New Issue
Block a user