From 0058a17e3e9b9c26b75021da885ee05ff793317f Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 18 Aug 2025 10:50:27 +0200 Subject: [PATCH] style(utils/deletecat): adding a real reply to the reaction --- src/commands/utils/deleteCategories.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/commands/utils/deleteCategories.ts b/src/commands/utils/deleteCategories.ts index 017cfad..1be4e91 100644 --- a/src/commands/utils/deleteCategories.ts +++ b/src/commands/utils/deleteCategories.ts @@ -43,12 +43,12 @@ export default { } await category.delete(`Delete cat of ${category.name} (by ${interaction.username})`); await interaction.reply({ - content: `${emoji.answer.yes} | Cannot suppress the category's channel`, + content: `${emoji.answer.yes} | Suppressed the ${category.name}`, flags: MessageFlags.Ephemeral }); } catch (err) { await interaction.reply({ - content: `${emoji.answer.error} | Cannot suppress the category's channel`, + content: `${emoji.answer.error} | Cannot suppress the category's channels`, flags: MessageFlags.Ephemeral }); console.error(`Cannot suppress the category's channel:\n\t${err}`);