don't try to remove the reaction

This commit is contained in:
Isaac 2021-05-16 17:41:46 +01:00
parent c5b8ff0a07
commit b11d79e370
No known key found for this signature in database
GPG Key ID: F6812DBC6719B4E3

View File

@ -79,8 +79,6 @@ module.exports = class MessageReactionRemoveEventListener extends EventListener
.setDescription(i18n('ticket.released.description', member.toString()))
.setFooter(settings.footer, guild.iconURL())
);
} else {
await r.users.remove(u.id);
}
}
}