Why Discord Role Hierarchy Position Resets After Server Restoration

When you restore a Discord server from a backup or re-add a server after a deletion, the role hierarchy positions may reset to their default order. This happens because Discord stores role positions as metadata tied to the server ID, and restoration processes do not always preserve that metadata. The role hierarchy determines which roles … Read more

Fix Discord Role Hoist Setting Not Separating Members From Others

You enabled the Hoist option on a Discord role expecting members with that role to appear in a separate section above the online list. Instead, all members remain mixed together in the default alphabetical order. This problem happens because of a conflict between the Hoist setting and the role’s position in the role hierarchy. This … Read more

How to Configure Discord Role-Based Channel Visibility Layered Logic

You want to control exactly which channels each member can see in your Discord server. The default permission system gives you basic on-off switches, but you need a layered approach where multiple roles combine to determine visibility. Discord uses a hierarchical permission model where roles stack and the most permissive setting wins, but channel visibility … Read more

Fix Discord Role Mention Not Triggering Notifications for Mentioned Users

When you mention a role in a Discord server, the expected behavior is that every member assigned that role receives a notification. However, many server administrators report that role mentions do not trigger any alert for the mentioned users. This problem usually occurs because the role has the “Allow anyone to @mention this role” permission … Read more

How to Use Discord Role Connections With OAuth2 Linked Accounts

Discord Role Connections let server members link their external accounts such as YouTube, Twitter, or Steam to their Discord profile. Once linked, you can assign server roles automatically based on those linked accounts using OAuth2. This feature helps you verify a member’s identity or grant access to exclusive channels based on their external account status. … Read more