From f6666b103ec9249e211c15dff449489dd5dd2016 Mon Sep 17 00:00:00 2001 From: Isaac Date: Sat, 13 Aug 2022 00:21:03 +0100 Subject: [PATCH] fix DM --- src/lib/tickets/manager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/tickets/manager.js b/src/lib/tickets/manager.js index 5c43597..b24f1be 100644 --- a/src/lib/tickets/manager.js +++ b/src/lib/tickets/manager.js @@ -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: [