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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user