mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-04 01:11:27 +03:00
fix: auto closing tickets
This commit is contained in:
@@ -168,7 +168,7 @@ module.exports = class extends Listener {
|
|||||||
],
|
],
|
||||||
});
|
});
|
||||||
} else if ($.closeAt < Date.now()) {
|
} else if ($.closeAt < Date.now()) {
|
||||||
client.tickets.finallyClose(ticketId, $.reason);
|
client.tickets.finallyClose(ticketId, $);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user