Skip to content

Commit

Permalink
improve jsdoc regarding ISO language standard being used by telegram
Browse files Browse the repository at this point in the history
  • Loading branch information
carafelix committed May 17, 2024
1 parent 5a52cc3 commit dc3586c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ export class Command<C extends Context = Context> implements MiddlewareObj<C> {
* .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
*/
Expand Down

0 comments on commit dc3586c

Please sign in to comment.