Update Help title

This commit is contained in:
Christer Warén
2023-12-17 07:17:04 +02:00
parent 080e070f19
commit bda70e7cf7
2 changed files with 2 additions and 4 deletions

View File

@ -14,9 +14,7 @@ export default {
});
const embed = new EmbedBuilder()
.setTitle(client.messages.replace(client.messages.helpTitle, {
"%client.user.username%": client.user.username
}))
.setTitle(client.messages.helpTitle)
.setThumbnail("https://cdn.discordapp.com/emojis/" + client.messages.emojis["logo"].replace(/[^0-9]+/g, ''))
.setColor(client.config.embedColor)
.setDescription(client.messages.replace(client.messages.helpDescription, {