mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-05 09:41:27 +03:00
fix: ephemeral reply to /topic
This commit is contained in:
@@ -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',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user