From 6936836bf26ca241c98fdc610f0eb8a4b49246e9 Mon Sep 17 00:00:00 2001 From: gsd Date: Tue, 26 May 2026 17:36:42 +0300 Subject: [PATCH] ff --- bot.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 4c0f5e2..a8c4de9 100644 --- a/bot.py +++ b/bot.py @@ -138,7 +138,11 @@ class DiscordClient(commands.Bot): if steamIdContainer is None: return None else: - return steamIdContainer["steam64"] + try: + return steamIdContainer["steam64"] + except: + print(steamIdContainer) + return None async def GetSteam64OfDiscord(self, user, no_cache = False): if user.id in self.discord2steam_cache and not no_cache: