mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-01 08:21:27 +03:00
fix DM
This commit is contained in:
@@ -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: [
|
||||
|
Reference in New Issue
Block a user