Skip to content

Commit 9c4ec66

Browse files
authored
Merge pull request #113 from redphantom1000/main
Updates to rolePerms pages
2 parents d842247 + 70cd8b9 commit 9c4ec66

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

guide/Role/rolePerms.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Returns the role key permissions.
77
<br/>
88
<discord-messages>
99
<discord-message :bot="false" role-color="#ffcc9a" author="Member">
10-
!!exec $hasPerms[$roleID[muted]; | ]
10+
!!exec $rolePerms[$roleID[muted]; | ]
1111
</discord-message>
1212
<discord-message :bot="true" role-color="#0099ff" author="Custom Command" avatar="https://media.discordapp.net/avatars/725721249652670555/781224f90c3b841ba5b40678e032f74a.webp">
13-
viewchannel | readmessages
13+
View Channel | Read Message History
1414
</discord-message>
1515
</discord-messages>
1616

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

2525
##### Function difficulty: <Badge type="warning" text="Medium" vertical="middle" />
26-
###### 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" />
26+
###### 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" />

guide/Role/rolePerms_ai.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Returns the permissions a role has.
1717
!!exec $rolePerms[$roleID[muted]; | ]
1818
</discord-message>
1919
<discord-message :bot="true" role-color="#0099ff" author="Custom Command" avatar="https://media.discordapp.net/avatars/725721249652670555/781224f90c3b841ba5b40678e032f74a.webp">
20-
viewchannel | readmessages
20+
View Channel | Read Message History
2121
</discord-message>
2222
</discord-messages>
2323

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

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

0 commit comments

Comments
 (0)