lang stuff
This commit is contained in:
parent
7036b9abff
commit
36cde5aa01
@ -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.`;
|
||||
|
||||
}
|
||||
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user