Answer the question
In order to leave comments, you need to log in
How to remove the @everyone role from the list of roles in embed?
Good evening, tell me how to remove the @everyone role from the list of roles?
emb.add_field(name="Роли на сервере:", value= ",".join(m.mention for m in ctx.author.roles),inline=False)
Answer the question
In order to leave comments, you need to log in
How can that be
m.mention for m in ctx.author.roles if ‘everyone’ not in m.mention
For a specific user:
client.remove_roles(ctx.message.author, 'everyone')
bot.delete_role(ctx.message.server, 'everyone')
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question