Compare commits
No commits in common. "e1dbfb9e51b8a9d69e15838d04c5e1c2a4eedf33" and "b23ab7b97f7e8597caa42f0ec5cfe4b2dedc3517" have entirely different histories.
e1dbfb9e51
...
b23ab7b97f
@ -54,7 +54,7 @@ class Daemon(base.BaseDaemon, queues.TasksHandlerMixin):
|
||||
'project': 'pizda-bot',
|
||||
'name': 'telegram-bot',
|
||||
'body': {
|
||||
'text': text,
|
||||
'message': text,
|
||||
'reply_to_message_id': message_id,
|
||||
'chat_id': chat_id,
|
||||
}
|
||||
@ -69,7 +69,7 @@ class Daemon(base.BaseDaemon, queues.TasksHandlerMixin):
|
||||
'project': 'pizda-bot',
|
||||
'name': 'telegram-bot',
|
||||
'body': {
|
||||
'text': text,
|
||||
'message': text,
|
||||
'chat_id': chat_id,
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user