Skip to content

Commit

Permalink
Cleanup unnecessary lint comment
Browse files Browse the repository at this point in the history
Co-authored-by: ExampleWasTaken <[email protected]>
  • Loading branch information
pdellaert and ExampleWasTaken authored Oct 27, 2024
1 parent c5e6011 commit 9cf7803
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ export async function handleAddPrefixCommandVersion(interaction: ChatInputComman
return;
}
if (!nameRegex.test(alias)) {
// eslint-disable-next-line no-await-in-loop
await interaction.followUp({ embeds: [wrongFormatEmbed(alias)], ephemeral: true });
return;
}
Expand Down

0 comments on commit 9cf7803

Please sign in to comment.