fix (rolemenu): Bugfixes.
This commit is contained in:
@@ -511,7 +511,7 @@ class RoleMenu:
|
|||||||
userid=member.id,
|
userid=member.id,
|
||||||
removed_at=None,
|
removed_at=None,
|
||||||
).set(removed_at=now)
|
).set(removed_at=now)
|
||||||
await self.cog.cancel_expiring_tasks(*(row.equipid for row in history))
|
await self.cog.cancel_expiring_tasks(*(row['equipid'] for row in history))
|
||||||
|
|
||||||
# Refund if required
|
# Refund if required
|
||||||
transactionids = [row['transactionid'] for row in history]
|
transactionids = [row['transactionid'] for row in history]
|
||||||
|
|||||||
Reference in New Issue
Block a user