How can i display role members separately from online members, when i creating role?
CodePudding user response:
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