diff --git a/src/commands/transliteration.ts b/src/commands/transliteration.ts index 41d73b2..baf7203 100644 --- a/src/commands/transliteration.ts +++ b/src/commands/transliteration.ts @@ -99,6 +99,8 @@ export function fixLayoutAuto( export class Transliteration extends ChatCommand { regexp = /^\/tr/i; + title = "/tr [text or reply]"; + description = "Transliteration EN <--> RU"; async execute(msg: Message): Promise { let text: string = "";