fix(topgg): Fix bonus signature.
This commit is contained in:
@@ -68,7 +68,7 @@ class TopggCog(LionCog):
|
|||||||
)
|
)
|
||||||
await self._send_thanks_dm(userid)
|
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
|
# Provides 1.25 multiplicative bonus if they have voted within 12h
|
||||||
if await self.check_voted_recently(userid):
|
if await self.check_voted_recently(userid):
|
||||||
return 1.25
|
return 1.25
|
||||||
|
|||||||
Reference in New Issue
Block a user