Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

Commit ea98076

Browse files
NekoFanaticDefelo
andcommitted
Update administration/roles/cog.py
Co-authored-by: Felix <41747605+Defelo@users.noreply.github.com>
1 parent 2e85d57 commit ea98076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

administration/roles/cog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ async def roles_list(self, ctx: Context, *, role: Role):
361361
out.append(f":grey_question: <@{member_id}> (@{member_name}) :shield:")
362362

363363
if out:
364-
embed = Embed(title=t.member_list_cnt(len(out), role.name), colour=0x256BE6, description="\n".join(out))
364+
embed = Embed(title=t.member_list_cnt(role.name, cnt=len(out)), colour=0x256BE6, description="\n".join(out))
365365
else:
366366
embed = Embed(title=t.member_list, colour=0xCF0606, description=t.no_members)
367367
await send_long_embed(ctx, embed, paginate=True)

0 commit comments

Comments
 (0)