This commit is contained in:
parent
00d4f223cc
commit
908e006cdb
@ -120,6 +120,7 @@ class CallbackModule(CallbackBase):
|
|||||||
print(bot)
|
print(bot)
|
||||||
print(self.tg_chat_id)
|
print(self.tg_chat_id)
|
||||||
print(msg)
|
print(msg)
|
||||||
|
bot.send_message(self.tg_chat_id, 'Hi! I\'m a Bot!')
|
||||||
bot.send_message(self.tg_chat_id, msg, parse_mode='HTML')
|
bot.send_message(self.tg_chat_id, msg, parse_mode='HTML')
|
||||||
|
|
||||||
def v2_playbook_on_start(self, playbook):
|
def v2_playbook_on_start(self, playbook):
|
||||||
|
Loading…
Reference in New Issue
Block a user