style(logs/auto): upgrading ui for logs command

- removing the `yes` emoji from the title of last embed of
  auto-configuration
This commit is contained in:
Raphael 2025-08-18 10:45:20 +02:00
parent 2bd67759ee
commit 8d7039f714

View file

@ -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}