mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-02-23 10:51:22 +02:00
fix: can't set ephemeral after deferring
This commit is contained in:
parent
d57d20dfd8
commit
7b8c5ff9c0
@ -64,7 +64,6 @@ module.exports = class TransferSlashCommand extends SlashCommand {
|
|||||||
.setTitle(getMessage('misc.not_ticket.title'))
|
.setTitle(getMessage('misc.not_ticket.title'))
|
||||||
.setDescription(getMessage('misc.not_ticket.description')),
|
.setDescription(getMessage('misc.not_ticket.description')),
|
||||||
],
|
],
|
||||||
ephemeral: true,
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user