mirror of
https://github.com/tiennm99/claude-status-webhook.git
synced 2026-04-17 11:20:30 +00:00
feat: add support contact to /help command
This commit is contained in:
@@ -39,7 +39,8 @@ export function registerInfoCommands(bot) {
|
|||||||
`Example: <code>/history 3</code>\n\n` +
|
`Example: <code>/history 3</code>\n\n` +
|
||||||
`<b>/uptime</b>\n` +
|
`<b>/uptime</b>\n` +
|
||||||
`Show current component health overview.\n\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 }
|
{ parse_mode: "HTML", disable_web_page_preview: true }
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user