From 7d74224c17023d699dbf38ed63f925a714682fea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D0=BC=D0=B8=D1=80=20=D0=A4?= =?UTF-8?q?=D0=B5=D0=B4=D0=BE=D1=80=D0=BE=D0=B2?= Date: Sun, 3 Apr 2022 17:39:51 +0700 Subject: [PATCH] add /start and /ping commands --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c5de3c3..2e39614 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: