fix: ephemeral reply to /topic

This commit is contained in:
Isaac 2025-02-14 17:10:18 +00:00
parent 5a66c31494
commit d57d20dfd8
No known key found for this signature in database
GPG Key ID: 0DE40AE37BBA5C33

View File

@ -51,6 +51,7 @@ module.exports = class TopicSlashCommand extends SlashCommand {
.setTitle(getMessage('misc.not_ticket.title'))
.setDescription(getMessage('misc.not_ticket.description')),
],
flags: 'Ephemeral',
});
}