mirror of
https://github.com/PaiGramTeam/PaiGram.git
synced 2024-11-16 04:35:49 +00:00
🔥 Remove get_record_cards
This commit is contained in:
parent
a06eb61b49
commit
970bb42555
@ -132,7 +132,6 @@ class AbyssPlugin(Plugin):
|
|||||||
try:
|
try:
|
||||||
try:
|
try:
|
||||||
client = await self.helper.get_genshin_client(user.id)
|
client = await self.helper.get_genshin_client(user.id)
|
||||||
await client.get_record_cards()
|
|
||||||
uid = client.uid
|
uid = client.uid
|
||||||
except CookiesNotFoundError:
|
except CookiesNotFoundError:
|
||||||
client, uid = await self.helper.get_public_genshin_client(user.id)
|
client, uid = await self.helper.get_public_genshin_client(user.id)
|
||||||
|
Loading…
Reference in New Issue
Block a user