feat: Reminders #44

Merged
Anri merged 54 commits from feat/reminders into main 2023-01-17 12:15:15 +01:00
Showing only changes of commit 2b0524069d - Show all commits

View file

@ -50,6 +50,7 @@ export const collect = (client: Client, interaction: ChatInputCommandInteraction
if (!button) { if (!button) {
interaction.reply({ interaction.reply({
content: loc.get('e_interacreate_no_button'), content: loc.get('e_interacreate_no_button'),
ephemeral: true,
}); });
} }