🔥 Remove get_record_cards

This commit is contained in:
洛水居室 2023-03-27 10:59:39 +08:00
parent a06eb61b49
commit 970bb42555
No known key found for this signature in database
GPG Key ID: C9DE87DA724B88FC

View File

@ -132,7 +132,6 @@ class AbyssPlugin(Plugin):
try:
try:
client = await self.helper.get_genshin_client(user.id)
await client.get_record_cards()
uid = client.uid
except CookiesNotFoundError:
client, uid = await self.helper.get_public_genshin_client(user.id)