@@ -12,7 +12,7 @@ description = "how2 reaction role"
12
12
13
13
[ Tutorial Video] ( https://www.youtube.com/watch?v=IaTfJ4vqHhc )
14
14
15
- ## Roles
15
+ ## Role Commands
16
16
17
17
{{< callout context="caution" title="Warning: Required Bot Permissions" icon="outline/alert-triangle" >}}
18
18
@@ -32,7 +32,7 @@ Simply give the role command a name and then select which role you want the bot
32
32
33
33
![ Creation of a role command] ( role_command_creation.png )
34
34
35
- ### Optional features{#roles-optional-features}
35
+ ### Command Configuration
36
36
37
37
{{< callout context="caution" title="Warning: Required and Ignored Roles" icon="outline/alert-triangle" >}}
38
38
@@ -41,8 +41,8 @@ the role you are assigning either, _unless_ you wish to prevent the user from re
41
41
42
42
{{< /callout >}}
43
43
44
- - ** Require role ** : Requires a person to have a certain role in order for them to give themselves this role .
45
- - ** Ignore role ** : Ignore any person who has this role .
44
+ - ** Require roles ** : require any of the selected roles .
45
+ - ** Ignore roles ** : ignore any of the selected roles .
46
46
- ** Group:** Put the role in a role group (will be explained more further down).
47
47
48
48
## Role Groups
@@ -68,7 +68,7 @@ affected. Be careful with that, it's permanent and can't be undone.
68
68
2 . Single: They can only have 1 role in the group. (e.g. for colors)
69
69
3 . Multiple: You can set the minimum and maximum number of roles a member can have in the group.
70
70
71
- ### Optional features{#groups-optional-features}
71
+ ### Groups Configuration
72
72
73
73
{{< callout context="caution" title="Warning: Required and Ignored Roles" icon="outline/alert-triangle" >}}
74
74
@@ -77,8 +77,8 @@ the role you are assigning either, _unless_ you wish to prevent the user from re
77
77
78
78
{{< /callout >}}
79
79
80
- - ** Require role ** : requires a person to have a certain role in order for them to give them this role .
81
- - ** Ignore role ** : Ignore any person who has this role .
80
+ - ** Require roles ** : require any of the selected roles .
81
+ - ** Ignore roles ** : ignore any of the selected roles .
82
82
- ** Mode** : Select between none, single, multiple to restrict the number of roles they can assign them themselves.
83
83
84
84
Role groups have additional options that can be enabled/disabled by selecting the corresponding checkbox such as:
0 commit comments