diff --git a/src/client/commands/help.ts b/src/client/commands/help.ts index 28dca63..42a8fdd 100644 --- a/src/client/commands/help.ts +++ b/src/client/commands/help.ts @@ -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, { diff --git a/src/client/messages.ts b/src/client/messages.ts index 703b08f..638e004 100644 --- a/src/client/messages.ts +++ b/src/client/messages.ts @@ -16,7 +16,7 @@ export const messages = { notPlaying: "There is nothing playing!", runningCommandFailed: "Running this command failed!", noPermsEmbed: "I cannot send embeds (Embed links).", - helpTitle: "%client.user.username% - Help", + helpTitle: "Help", helpDescription: "Join to our support server" + "\n" + "%client.config.supportGuild%", inviteTitle: "Invite %client.user.username% to your Discord server!", listTitle: "Radio Stations",