From 2b0524069da2f9619c49576ca67844c6cb052274 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 16 Jan 2023 14:58:54 +0100 Subject: [PATCH] ephemeral error message for buttons --- src/buttons/loader.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/buttons/loader.ts b/src/buttons/loader.ts index 1a54878..39a4630 100644 --- a/src/buttons/loader.ts +++ b/src/buttons/loader.ts @@ -50,6 +50,7 @@ export const collect = (client: Client, interaction: ChatInputCommandInteraction if (!button) { interaction.reply({ content: loc.get('e_interacreate_no_button'), + ephemeral: true, }); }