Display role separately while creating role discord.py

Question:

How can i display role members separately from online members, when i creating role?

Need to enable this

Asked By: FlamyIce

||

Answers:

As you can see in the discord.Guild.create_role() documentation, you need to set to true parameter "hoist".

hoist (bool) – Indicates if the role should be shown separately in the member list. Defaults to False

Answered By: Jabro
Categories: questions Tags: ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.