Skip to content

Commit

Permalink
fix: ephemeral reply to /topic
Browse files Browse the repository at this point in the history
  • Loading branch information
eartharoid committed Feb 14, 2025
1 parent 5a66c31 commit d57d20d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/slash/topic.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ module.exports = class TopicSlashCommand extends SlashCommand {
.setTitle(getMessage('misc.not_ticket.title'))
.setDescription(getMessage('misc.not_ticket.description')),
],
flags: 'Ephemeral',
});
}

Expand Down

0 comments on commit d57d20d

Please sign in to comment.