From 2362b9dba1a7606b2539b141518c95774877a005 Mon Sep 17 00:00:00 2001 From: Danil Nikolaev Date: Sun, 18 Jan 2026 16:37:20 +0300 Subject: [PATCH] add title and description to transliteration command --- src/commands/transliteration.ts | 2 ++ 1 file changed, 2 insertions(+) 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 = "";