From c72fd7caedd521f30ecabe78fe8fe0155cb3ff0a Mon Sep 17 00:00:00 2001 From: killerbite95 <88723065+killerbite95@users.noreply.github.com> Date: Tue, 26 Mar 2024 22:40:01 +0100 Subject: [PATCH] Update check.py --- check/check.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check/check.py b/check/check.py index edf120b..a00c2f7 100644 --- a/check/check.py +++ b/check/check.py @@ -60,7 +60,7 @@ async def _warnings_or_read(self, ctx, member): await ctx.invoke(ctx.bot.get_command("read"), member=member.id) except: try: - await ctx.invoke(ctx.bot.get_command("warnings"), user=member) + await ctx.invoke(ctx.bot.get_command("warnings"), member=member.id) except: self.log.debug("Command warn not found.")