2
0
mirror of https://github.com/Nick80835/microbot synced 2025-08-31 14:38:04 +00:00

switch to sender_id for most things

This commit is contained in:
Nick80835
2020-10-03 11:27:11 -04:00
parent 214b6e4e27
commit 11092e8278
4 changed files with 20 additions and 20 deletions

View File

@@ -188,7 +188,7 @@ async def get_user(event):
return
elif event.is_reply:
reply = await event.get_reply_message()
reply_id = reply.from_id
reply_id = reply.sender_id
if reply_id:
try: