diff --git a/plugins/genshin/stats.py b/plugins/genshin/stats.py index c5f4c8a2..e7931459 100644 --- a/plugins/genshin/stats.py +++ b/plugins/genshin/stats.py @@ -46,6 +46,7 @@ class PlayerStatsPlugins(Plugin): try: try: async with self.helper.genshin(user.id) as client: + await client.get_record_cards() render_result = await self.render(client, uid) except CookiesNotFoundError: async with self.helper.public_genshin(user.id) as client: