From 3bfae8f18260126d5ec98e986f196ef1ac2f9b38 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Mon, 13 Apr 2026 23:45:52 +0700 Subject: [PATCH] feat: add support contact to /help command --- src/bot-info-commands.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bot-info-commands.js b/src/bot-info-commands.js index dbc7437..5b42a63 100644 --- a/src/bot-info-commands.js +++ b/src/bot-info-commands.js @@ -39,7 +39,8 @@ export function registerInfoCommands(bot) { `Example: /history 3\n\n` + `/uptime\n` + `Show current component health overview.\n\n` + - `status.claude.com`, + `status.claude.com\n\n` + + `Contact @tiennm5 if you need support.`, { parse_mode: "HTML", disable_web_page_preview: true } ); });