diff --git a/src/commands/tools/TranslateCommand.ts b/src/commands/tools/TranslateCommand.ts index eee1d2ad8..d13413186 100644 --- a/src/commands/tools/TranslateCommand.ts +++ b/src/commands/tools/TranslateCommand.ts @@ -76,7 +76,7 @@ export default class TranslateCommand extends Command implements HasEventListene @GatewayEventListener("interactionCreate") onInteractionCreate(interaction: Interaction) { - if (!interaction.isAutocomplete()) { + if (!interaction.isAutocomplete() || interaction.commandName !== this.name) { return; }