Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
I didn’t quite understand the essence of the question, but here is the code that allows you to mention the role by name:
@bot.command()
async def mention_role(ctx, role_name):
server = ctx.guild
role = discord.utils.get(server.roles, name=role_name)
await ctx.send(role.mention)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question