From 13cdd3c10bf36bd3026c66ac03f6a4127b2f9da5 Mon Sep 17 00:00:00 2001 From: CMHopeSunshine <277073121@qq.com> Date: Fri, 6 Jan 2023 18:13:46 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D`=E6=B7=B1?= =?UTF-8?q?=E6=B8=8A=E9=85=8D=E9=98=9F`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LittlePaimon/plugins/Paimon_Abyss/youchuang/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LittlePaimon/plugins/Paimon_Abyss/youchuang/models.py b/LittlePaimon/plugins/Paimon_Abyss/youchuang/models.py index cf1a07c..d824a21 100644 --- a/LittlePaimon/plugins/Paimon_Abyss/youchuang/models.py +++ b/LittlePaimon/plugins/Paimon_Abyss/youchuang/models.py @@ -5,7 +5,7 @@ from pydantic import BaseModel, validator class Member(BaseModel): star: int - attr: str + avatar: str name: str