mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-10 03:00:18 +00:00
Update Help title
This commit is contained in:
parent
080e070f19
commit
bda70e7cf7
@ -14,9 +14,7 @@ export default {
|
|||||||
});
|
});
|
||||||
|
|
||||||
const embed = new EmbedBuilder()
|
const embed = new EmbedBuilder()
|
||||||
.setTitle(client.messages.replace(client.messages.helpTitle, {
|
.setTitle(client.messages.helpTitle)
|
||||||
"%client.user.username%": client.user.username
|
|
||||||
}))
|
|
||||||
.setThumbnail("https://cdn.discordapp.com/emojis/" + client.messages.emojis["logo"].replace(/[^0-9]+/g, ''))
|
.setThumbnail("https://cdn.discordapp.com/emojis/" + client.messages.emojis["logo"].replace(/[^0-9]+/g, ''))
|
||||||
.setColor(client.config.embedColor)
|
.setColor(client.config.embedColor)
|
||||||
.setDescription(client.messages.replace(client.messages.helpDescription, {
|
.setDescription(client.messages.replace(client.messages.helpDescription, {
|
||||||
|
@ -16,7 +16,7 @@ export const messages = {
|
|||||||
notPlaying: "There is nothing playing!",
|
notPlaying: "There is nothing playing!",
|
||||||
runningCommandFailed: "Running this command failed!",
|
runningCommandFailed: "Running this command failed!",
|
||||||
noPermsEmbed: "I cannot send embeds (Embed links).",
|
noPermsEmbed: "I cannot send embeds (Embed links).",
|
||||||
helpTitle: "%client.user.username% - Help",
|
helpTitle: "Help",
|
||||||
helpDescription: "Join to our support server" + "\n" + "%client.config.supportGuild%",
|
helpDescription: "Join to our support server" + "\n" + "%client.config.supportGuild%",
|
||||||
inviteTitle: "Invite %client.user.username% to your Discord server!",
|
inviteTitle: "Invite %client.user.username% to your Discord server!",
|
||||||
listTitle: "Radio Stations",
|
listTitle: "Radio Stations",
|
||||||
|
Loading…
Reference in New Issue
Block a user