diff --git a/discord/public_commands.go b/discord/public_commands.go index 825dea7..2f3b6ea 100644 --- a/discord/public_commands.go +++ b/discord/public_commands.go @@ -255,7 +255,7 @@ func (s *Session) handleHelpCommand(ctx *commandCtx, m *discordgo.MessageCreate, SetURL("https://dcbot.tribalwarshelp.com/"). SetDescription(ctx.localizer.MustLocalize(&i18n.LocalizeConfig{ MessageID: message.HelpDescription, - DefaultMessage: message.FallbackMsg(message.HelpDescription, "Commands offered by the bot"), + DefaultMessage: message.FallbackMsg(message.HelpDescription, "Command list"), })). AddField(ctx.localizer.MustLocalize(&i18n.LocalizeConfig{ MessageID: message.HelpForAllUsers, diff --git a/message/translations/active.en.json b/message/translations/active.en.json index b5e36c1..e6fb578 100644 --- a/message/translations/active.en.json +++ b/message/translations/active.en.json @@ -1,6 +1,6 @@ { "help.title": "Help", - "help.description": "Commands offered by the bot.", + "help.description": "Command list", "help.footer": "", "help.forAllUsers": "For everyone", "help.forAdmins": "For admins", diff --git a/message/translations/active.pl.json b/message/translations/active.pl.json index 0f341de..3960be6 100644 --- a/message/translations/active.pl.json +++ b/message/translations/active.pl.json @@ -1,6 +1,6 @@ { "help.title": "Pomoc", - "help.description": "Komendy oferowane przez bota.", + "help.description": "Lista komend", "help.footer": "", "help.forAllUsers": "Dla wszystkich", "help.forAdmins": "Dla adminów",