🔖 再次尝试修复 profile 报错
This commit is contained in:
parent
3d69264521
commit
1c857a958a
@ -209,7 +209,7 @@ async def profile(context):
|
||||
try:
|
||||
reply_to = context.message.reply_to_msg_id
|
||||
except:
|
||||
reply_to = None
|
||||
reply_to is None
|
||||
photo = await context.client.download_profile_photo(
|
||||
target_user.user.id,
|
||||
"./" + str(target_user.user.id) + ".jpg",
|
||||
|
Loading…
Reference in New Issue
Block a user