add
This commit is contained in:
@@ -77,7 +77,7 @@ class Answer:
|
||||
body = {'text': text, 'chat_id': self.user['chat_id']}
|
||||
if reply_markup:
|
||||
body['reply_markup'] = reply_markup.to_json()
|
||||
queues.set_task('ruz_bot_mailbox', body, 1)
|
||||
queues.set_task('botalka_mailbox', {'project': 'ruz-bot', 'name': 'telegram-bot', 'body': body}, 1)
|
||||
|
||||
def set_state(self, state: str):
|
||||
self.user['state'] = state
|
||||
|
||||
Reference in New Issue
Block a user