diff --git a/src/commands/secure.ts b/src/commands/secure.ts index 4a99560..e4f6e03 100644 --- a/src/commands/secure.ts +++ b/src/commands/secure.ts @@ -24,6 +24,7 @@ export const secure: Command = { ), run: async (bot, interaction) => { try { + await interaction.deferReply({ ephemeral: true }); const { guild, member } = interaction; const lockInvites = interaction.options.getBoolean("invites", true); const lockDms = interaction.options.getBoolean("dms", true);