fix (rroles): Fix tracker issues.
Make `cancel_expiry` arguments consistent with call. Add initial `guild` ward to the raw reaction events.
This commit is contained in:
@@ -40,7 +40,7 @@ def schedule_expiry(guildid, userid, roleid, expiry, reactionid=None):
|
||||
_wakeup_event.set()
|
||||
|
||||
|
||||
def cancel_expiry(key):
|
||||
def cancel_expiry(*key):
|
||||
"""
|
||||
Cancel expiry for the given member and role, if it exists.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user