do NOT kick members on survey deny

This commit is contained in:
Jill 2023-06-11 18:24:12 +03:00
parent fc50b90562
commit 19dd95e22c
Signed by: oat
GPG Key ID: 33489AA58A955108
1 changed files with 0 additions and 1 deletions

View File

@ -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