mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-02 16:41:25 +03:00
Fixed archive embeds
This commit is contained in:
@@ -32,8 +32,6 @@ module.exports = {
|
||||
return;
|
||||
}
|
||||
|
||||
if(o.content === n.content) return; // apparently editing a message isn't the only thing that emits this event
|
||||
|
||||
let ticket = await Ticket.findOne({ where: { channel: n.channel.id } });
|
||||
if(!ticket) return;
|
||||
|
||||
|
Reference in New Issue
Block a user