We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@@everyone
/whoami
1 parent e006a1c commit 8ab968bCopy full SHA for 8ab968b
main.py
@@ -668,7 +668,7 @@ async def whoami(ctx:SlashContext, user:discord.User=None):
668
localembed.add_field(name='Avatar URL', value=f"[here!]({pfp})", inline=False)
669
role_render = ""
670
for p in user.roles:
671
- if p != "everyone": role_render += f"<@&{p.id}> "
+ if p != user.roles[0]: role_render += f"<@&{p.id}> "
672
localembed.add_field(name='Roles', value=role_render, inline=False)
673
await ctx.send(embed=localembed)
674
0 commit comments