diff --git a/src/modules/twreminders/cog.py b/src/modules/twreminders/cog.py index 53a98b53..7d47eb8f 100644 --- a/src/modules/twreminders/cog.py +++ b/src/modules/twreminders/cog.py @@ -298,8 +298,8 @@ class ReminderCog(LionCog): timezone = None discords = await profile.discord_accounts() if discords: - userid = discords[0].userid - luser = await self.bot.core.lions.fetch_user(userid) + luserid = discords[0].userid + luser = await self.bot.core.lions.fetch_user(luserid) if luser: timezone = luser.config.timezone.value if not timezone: