new alias for help

This commit is contained in:
Timofey Gelazoniya 2022-10-21 10:04:14 +03:00
parent 565645817d
commit 6281946f85
Signed by: zeldon
GPG Key ID: 047886915281DD2A
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ const helpMessage = `эта штука работает через балабо
если ты в чате пиши пр номер текст, например команда пр 6 носок`;
composer.hear(/^(?:start|помощь|старт|начать|help)$/i, async ctx => {
composer.hear(/^(?:start|помощь|старт|начать|help|чзх)$/i, async ctx => {
await ctx.send(helpMessage, {
dont_parse_links: true
});