diff --git a/src/command.ts b/src/command.ts index f09c10a..938ce11 100644 --- a/src/command.ts +++ b/src/command.ts @@ -258,7 +258,7 @@ export class Command implements MiddlewareObj { * .localize("pt", "iniciar", "Inicia a configuraĆ§Ć£o do bot") * ``` * - * @param languageCode Language this translation applies to + * @param languageCode Language this translation applies to, represented by a two letter abbreviation in the ISO_639 standard: https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes * @param name Localized command name * @param description Localized command description */