fix(topgg): Fix bonus signature.

This commit is contained in:
2023-10-24 15:17:34 +03:00
parent 422a35275e
commit 9fc6b2f313

View File

@@ -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