fix
This commit is contained in:
parent
295cc4799b
commit
b625fbb3a9
2
main.py
2
main.py
@ -230,8 +230,6 @@ def users_list(bot: Bot, update: Update):
|
|||||||
for i in range(0, len(messages), 40):
|
for i in range(0, len(messages), 40):
|
||||||
update.effective_message.reply_text('\n'.join(messages[i:i+40]), parse_mode='html')
|
update.effective_message.reply_text('\n'.join(messages[i:i+40]), parse_mode='html')
|
||||||
|
|
||||||
conn.close()
|
|
||||||
|
|
||||||
|
|
||||||
def _process_message(bot: Bot, m: Message):
|
def _process_message(bot: Bot, m: Message):
|
||||||
current_chat = m.chat_id
|
current_chat = m.chat_id
|
||||||
|
Loading…
Reference in New Issue
Block a user