This commit is contained in:
bakatrouble 2019-04-26 21:01:40 +03:00
parent 295cc4799b
commit b625fbb3a9

View File

@ -230,8 +230,6 @@ def users_list(bot: Bot, update: Update):
for i in range(0, len(messages), 40):
update.effective_message.reply_text('\n'.join(messages[i:i+40]), parse_mode='html')
conn.close()
def _process_message(bot: Bot, m: Message):
current_chat = m.chat_id