diff --git a/language/LocaleLoader.js b/language/LocaleLoader.js index 1cab4ce..c9a258f 100644 --- a/language/LocaleLoader.js +++ b/language/LocaleLoader.js @@ -16,7 +16,7 @@ class LocaleLoader { template(locale, index) { // console.log(String.raw`${this.languages[locale][index]}`); - return (this.languages[locale] ? this.languages[locale][index] : `Locale \`${locale}\` does not exist.`) || `Entry \`${locale}:${index}\` does not exist.`; + return (this.languages[locale] ? this.languages[locale][index] : `Locale \`${locale}\` does not exist.`) || `Language entry \`${locale}:${index}\` does not exist.`; } diff --git a/language/languages/en_us/commands/en_us_information.lang b/language/languages/en_us/commands/en_us_information.lang index 72f56a8..1b7cd24 100644 --- a/language/languages/en_us/commands/en_us_information.lang +++ b/language/languages/en_us/commands/en_us_information.lang @@ -50,6 +50,9 @@ __**{component} HELP**__ Shows information about the bot and component usage. To show help for commands `{prefix}help [command]` +[C_HELP_404] +Dude stop, {component} doesn't exist! + //Guild command [C_GUILD_DESCRIPTION]