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:
parent
2bd67759ee
commit
8d7039f714
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ export default {
|
||||||
});
|
});
|
||||||
const mentionList = selectedRoles.map(id => `- <@&${id}>`).join('\n');
|
const mentionList = selectedRoles.map(id => `- <@&${id}>`).join('\n');
|
||||||
const autoConfig = new EmbedBuilder()
|
const autoConfig = new EmbedBuilder()
|
||||||
.setTitle(`${emoji.answer.yes} | The logs category is created`)
|
.setTitle(`The logs category is created`)
|
||||||
.setDescription(`
|
.setDescription(`
|
||||||
This following roles will have access to the logs.
|
This following roles will have access to the logs.
|
||||||
${mentionList}
|
${mentionList}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue