mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 12:23:09 +02:00
fix DM
This commit is contained in:
parent
975d30c261
commit
f6666b103e
@ -217,7 +217,7 @@ module.exports = class TicketManager {
|
||||
// });
|
||||
// }
|
||||
|
||||
const cooldown = await this.getCooldown(category.id, interaction.member.id);
|
||||
const cooldown = await this.getCooldown(category.id, interaction.user.id);
|
||||
if (cooldown) {
|
||||
return await interaction.reply({
|
||||
embeds: [
|
||||
|
Loading…
Reference in New Issue
Block a user