From 8d7039f7140e6cffab17e56fd5e52f4edd760868 Mon Sep 17 00:00:00 2001 From: Raphael Date: Mon, 18 Aug 2025 10:45:20 +0200 Subject: [PATCH] style(logs/auto): upgrading ui for logs command - removing the `yes` emoji from the title of last embed of auto-configuration --- src/commands/administration/logs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/administration/logs.ts b/src/commands/administration/logs.ts index 9557fed..d9facb4 100644 --- a/src/commands/administration/logs.ts +++ b/src/commands/administration/logs.ts @@ -226,7 +226,7 @@ export default { }); const mentionList = selectedRoles.map(id => `- <@&${id}>`).join('\n'); const autoConfig = new EmbedBuilder() - .setTitle(`${emoji.answer.yes} | The logs category is created`) + .setTitle(`The logs category is created`) .setDescription(` This following roles will have access to the logs. ${mentionList}