mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-02-23 10:51:22 +02:00
fix: ephemeral reply to /topic
This commit is contained in:
parent
5a66c31494
commit
d57d20dfd8
@ -51,6 +51,7 @@ module.exports = class TopicSlashCommand 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')),
|
||||||
],
|
],
|
||||||
|
flags: 'Ephemeral',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user