From d57d20dfd8bb9472235d0d27abd908db0e298ba5 Mon Sep 17 00:00:00 2001 From: Isaac Date: Fri, 14 Feb 2025 17:10:18 +0000 Subject: [PATCH] fix: ephemeral reply to `/topic` --- src/commands/slash/topic.js | 1 + 1 file changed, 1 insertion(+) 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', }); }