Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions guide/Role/rolePerms.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Returns the role key permissions.
<br/>
<discord-messages>
<discord-message :bot="false" role-color="#ffcc9a" author="Member">
!!exec $hasPerms[$roleID[muted]; | ]
!!exec $rolePerms[$roleID[muted]; | ]
</discord-message>
<discord-message :bot="true" role-color="#0099ff" author="Custom Command" avatar="https://media.discordapp.net/avatars/725721249652670555/781224f90c3b841ba5b40678e032f74a.webp">
viewchannel | readmessages
View Channel | Read Message History
</discord-message>
</discord-messages>

Expand All @@ -23,4 +23,4 @@ Check this [list](../CodeReferences/ref.permissions_list.md) to view all permiss
:::

##### Function difficulty: <Badge type="warning" text="Medium" vertical="middle" />
###### Tags: <Badge type="tip" text="Role" vertical="middle" /> <Badge type="tip" text="Perms" vertical="middle" /> <Badge type="tip" text="permissions" vertical="middle" /> <Badge type="tip" text="rights" vertical="middle" /> <Badge type="tip" text="hadRolePerms" vertical="middle" />
###### Tags: <Badge type="tip" text="Role" vertical="middle" /> <Badge type="tip" text="Perms" vertical="middle" /> <Badge type="tip" text="permissions" vertical="middle" /> <Badge type="tip" text="rights" vertical="middle" /> <Badge type="tip" text="hadRolePerms" vertical="middle" />
4 changes: 2 additions & 2 deletions guide/Role/rolePerms_ai.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Returns the permissions a role has.
!!exec $rolePerms[$roleID[muted]; | ]
</discord-message>
<discord-message :bot="true" role-color="#0099ff" author="Custom Command" avatar="https://media.discordapp.net/avatars/725721249652670555/781224f90c3b841ba5b40678e032f74a.webp">
viewchannel | readmessages
View Channel | Read Message History
</discord-message>
</discord-messages>

Expand All @@ -30,4 +30,4 @@ For a comprehensive list of all permission names, refer to the [Permissions List
* [`$userPerms`](../Member/userPerms.md): Returns a member's permissions.
:::

##### Function difficulty: <Badge type="warning" text="Medium" vertical="middle" />
##### Function difficulty: <Badge type="warning" text="Medium" vertical="middle" />
Loading