diff --git a/src/commands/survey.ts b/src/commands/survey.ts index 57b65d9..bbe8df8 100644 --- a/src/commands/survey.ts +++ b/src/commands/survey.ts @@ -633,7 +633,6 @@ module.exports = { const id = interaction.customId.split('-')[3]; if (!approve) { - (await interaction.guild?.members.fetch(id))!.kick(); await interaction.reply({ content: `${member} denied the application.`, ephemeral: false