🐛 修复基础模型方法错误

This commit is contained in:
Wuyi无疑 2023-08-06 00:39:26 +08:00
parent 32dbd988be
commit 1ee193110f
2 changed files with 627 additions and 651 deletions

View File

@ -351,7 +351,7 @@ class Bind(BaseModel):
await cls.update_data(
user_id,
bot_id,
**{cls.get_gameid_name(game_name): uid_list},
**{cls.get_gameid_name(game_name): '_'.join(uid_list)},
)
return 0

1276
poetry.lock generated

File diff suppressed because it is too large Load Diff