Fix typo
This commit is contained in:
parent
7bf5cc8cb3
commit
9695074b3e
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ class Jarvis(Client):
|
|||
for role in before.roles:
|
||||
if role not in after.roles:
|
||||
reason = "N/A"
|
||||
if entry := find(lambda x: x.new_value == role.id, auditlog.entires):
|
||||
if entry := find(lambda x: x.new_value == role.id, auditlog.entries):
|
||||
reason = entry.reason
|
||||
removed_roles[role] = reason
|
||||
for role in after.roles:
|
||||
|
|
Loading…
Add table
Reference in a new issue