diff --git a/src/commands/finduser.ts b/src/commands/finduser.ts index 471ca69..080764c 100644 --- a/src/commands/finduser.ts +++ b/src/commands/finduser.ts @@ -27,7 +27,7 @@ export default { const isStaffChannel = await channelIsInStaffCategory(interaction.channel as GuildBasedChannel); if (isStaffChannel) await interaction.deferReply(); - else await interaction.deferReply({flags: [MessageFlags.Ephemeral]}); + else await interaction.deferReply({ flags: [MessageFlags.Ephemeral] }); const username = interaction.options.getString('username'); const id = interaction.options.getString('id');