fix(aurora): more ruff fixes
This commit is contained in:
parent
4407a99b8e
commit
2505dd0980
4 changed files with 14 additions and 24 deletions
|
@ -451,7 +451,7 @@ async def addrole_embed(ctx: commands.Context) -> Embed:
|
|||
"id": evalulated_role.id,
|
||||
"mention": evalulated_role.mention,
|
||||
"position": evalulated_role.position,
|
||||
}
|
||||
},
|
||||
)
|
||||
else:
|
||||
roles.append(
|
||||
|
@ -459,7 +459,7 @@ async def addrole_embed(ctx: commands.Context) -> Embed:
|
|||
"id": role,
|
||||
"mention": error(f"`{role}` (Not Found)"),
|
||||
"position": 0,
|
||||
}
|
||||
},
|
||||
)
|
||||
|
||||
if roles:
|
||||
|
@ -506,7 +506,7 @@ async def immune_embed(ctx: commands.Context) -> Embed:
|
|||
"id": evalulated_role.id,
|
||||
"mention": evalulated_role.mention,
|
||||
"position": evalulated_role.position,
|
||||
}
|
||||
},
|
||||
)
|
||||
else:
|
||||
roles.append(
|
||||
|
@ -514,7 +514,7 @@ async def immune_embed(ctx: commands.Context) -> Embed:
|
|||
"id": role,
|
||||
"mention": error(f"`{role}` (Not Found)"),
|
||||
"position": 0,
|
||||
}
|
||||
},
|
||||
)
|
||||
|
||||
if roles:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue