is correct too
This commit is contained in:
parent
78cf24bba5
commit
f32cfea4b4
1 changed files with 1 additions and 1 deletions
2
ubot.py
2
ubot.py
|
@ -415,7 +415,7 @@ async def main():
|
||||||
m = event.message
|
m = event.message
|
||||||
# reply = await client.get_messages(m.peer_id, ids=m.reply_to.reply_to_msg_id)
|
# reply = await client.get_messages(m.peer_id, ids=m.reply_to.reply_to_msg_id)
|
||||||
# logger.debug(reply)
|
# logger.debug(reply)
|
||||||
if m.sender_id != 6333102398 and m.mentioned is False:
|
if m.sender_id != 6333102398:
|
||||||
pass
|
pass
|
||||||
elif a_h and m.mentioned:
|
elif a_h and m.mentioned:
|
||||||
# нада хил
|
# нада хил
|
||||||
|
|
Loading…
Reference in a new issue