add title and description to transliteration command

This commit is contained in:
2026-01-18 16:37:20 +03:00
parent b34510a32f
commit 2362b9dba1
+2
View File
@@ -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<void> {
let text: string = "";