diff --git a/src/commands/slash/topic.js b/src/commands/slash/topic.js index 6d2b15e..9eba52a 100644 --- a/src/commands/slash/topic.js +++ b/src/commands/slash/topic.js @@ -51,6 +51,7 @@ module.exports = class TopicSlashCommand extends SlashCommand { .setTitle(getMessage('misc.not_ticket.title')) .setDescription(getMessage('misc.not_ticket.description')), ], + flags: 'Ephemeral', }); }