mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-17 17:23:08 +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) {
|
if (cooldown) {
|
||||||
return await interaction.reply({
|
return await interaction.reply({
|
||||||
embeds: [
|
embeds: [
|
||||||
|
Loading…
Reference in New Issue
Block a user