From 002b50a424947680c550d722130ff802c955f5c6 Mon Sep 17 00:00:00 2001 From: c3b2a Date: Sun, 28 Feb 2021 12:56:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20eat=20=E6=8C=87=E4=BB=A4?= =?UTF-8?q?=E8=BF=90=E8=A1=8C=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eat.py | 2 +- list.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eat.py b/eat.py index 0362206..990c501 100644 --- a/eat.py +++ b/eat.py @@ -48,7 +48,7 @@ async def eat(context): await context.edit("正在生成 吃头像 图片中 . . .") if context.reply_to_msg_id: reply_message = await context.get_reply_message() - user_id = reply_message.from_id + user_id = reply_message.sender_id target_user = await context.client(GetFullUserRequest(user_id)) if len(context.parameter) == 1: diu_round = True diff --git a/list.json b/list.json index edc4898..2e453c0 100644 --- a/list.json +++ b/list.json @@ -202,7 +202,7 @@ }, { "name": "eat", - "version": "1.0", + "version": "1.01", "section": "profile", "maintainer": "SF_PICK", "size": "6.4 kb",