feat: add support contact to /help command

This commit is contained in:
2026-04-13 23:45:52 +07:00
parent 0cee01bbea
commit 3bfae8f182

View File

@@ -39,7 +39,8 @@ export function registerInfoCommands(bot) {
`Example: <code>/history 3</code>\n\n` +
`<b>/uptime</b>\n` +
`Show current component health overview.\n\n` +
`<a href="${STATUS_URL}">status.claude.com</a>`,
`<a href="${STATUS_URL}">status.claude.com</a>\n\n` +
`Contact @tiennm5 if you need support.`,
{ parse_mode: "HTML", disable_web_page_preview: true }
);
});