add /start and /ping commands

This commit is contained in:
Владимир Фёдоров 2022-04-03 17:39:51 +07:00
parent 77dd20c86d
commit 7d74224c17
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ steps:
script:
- cd bots
- pkill butler_tg_bot
- ./butler_tg_bot --token=$${TOKEN} &&
- ./butler_tg_bot --token=$${TOKEN} &
- ls
trigger:
event: