From 9fc6b2f313267d20db257e3cf416795e3fa90bfb Mon Sep 17 00:00:00 2001 From: Conatum Date: Tue, 24 Oct 2023 15:17:34 +0300 Subject: [PATCH] fix(topgg): Fix bonus signature. --- src/modules/topgg/cog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/topgg/cog.py b/src/modules/topgg/cog.py index 9d6847ed..d7dfe35e 100644 --- a/src/modules/topgg/cog.py +++ b/src/modules/topgg/cog.py @@ -68,7 +68,7 @@ class TopggCog(LionCog): ) await self._send_thanks_dm(userid) - async def voting_bonus(self, userid): + async def voting_bonus(self, guildid, userid, **kwargs): # Provides 1.25 multiplicative bonus if they have voted within 12h if await self.check_voted_recently(userid): return 1.25