You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: moderation/verification/documentation.md
+22-22Lines changed: 22 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
# Verification
2
2
3
-
This cog is used to add a verification system that adds or removes certain roles from a user when they send the bot a command with a pre-set password via direct messages.
3
+
This cog is used to add a verification system that adds or removes certain roles from a member when they send the bot a command with a pre-set password via direct messages.
4
4
5
5
6
6
## `verification`
7
7
8
-
The `.verification` command shows the current verification configuration. This includes the roles that will be added or removed from the user (verification roles), the configured password and the amount of time a user has to be a member of the server before they can verify.
8
+
The `.verification` command shows the current verification configuration. This includes the roles that will be added to or removed from the member (verification roles), the configured password and the amount of time a member has to be in the server before they can verify.
9
9
10
10
11
11
### `add`
@@ -16,10 +16,10 @@ The `add` subcommand adds a verification role. If you set `reverse` to `true`, t
16
16
.verification [add|a|+] <role> [reverse=False]
17
17
```
18
18
19
-
Argument | Required | Description
20
-
---------|---------------------|------------
21
-
`role` | :heavy_check_mark: | The verification role
22
-
`reverse`| | Remove this role instead of adding it to the user.
19
+
Argument|Required|Description
20
+
|:------:|:------:|:----------|
21
+
`role`|:heavy_check_mark:|The verification role
22
+
`reverse`| |Remove this role instead of adding it to the user.
23
23
24
24
Required permissions:
25
25
@@ -35,9 +35,9 @@ The `remove` subcommand removes an existing verification role.
35
35
.verification [remove|r|-] <role>
36
36
```
37
37
38
-
Argument | Required | Description
39
-
---------|---------------------|------------
40
-
`role` | :heavy_check_mark: | The verification role
38
+
Argument|Required|Description
39
+
|:------:|:------:|:----------|
40
+
`role`|:heavy_check_mark:|The verification role
41
41
42
42
Required permissions:
43
43
@@ -47,15 +47,15 @@ Required permissions:
47
47
48
48
### `password`
49
49
50
-
The `password` subcommand sets the *secret* password the user will need to verify.
50
+
The `password` subcommand sets the *secret* password the user will need to verify with.
51
51
52
52
```css
53
53
.verification [password|p] <password>
54
54
```
55
55
56
-
Argument | Required | Description
57
-
---------|---------------------|------------
58
-
`password` | :heavy_check_mark: | The password as string
56
+
Argument|Required|Description
57
+
|:------:|:------:|:----------|
58
+
`password`|:heavy_check_mark:|The password
59
59
60
60
Required permissions:
61
61
@@ -68,15 +68,15 @@ Required permissions:
68
68
69
69
### `delay`
70
70
71
-
The `delay` subcommand sets the amount of timeauser has to be on the server before they can verify.
71
+
The `delay` subcommand sets the amount of timeamember has to be in the server before they can verify.
72
72
73
73
```css
74
74
.verification [delay|d] <seconds>
75
75
```
76
76
77
-
Argument | Required | Description
78
-
---------|---------------------|------------
79
-
`delay` | :heavy_check_mark: | The amount of time in seconds
77
+
Argument|Required|Description
78
+
|:------:|:------:|:----------|
79
+
`delay`|:heavy_check_mark:|The amount of time in seconds
80
80
81
81
Required permissions:
82
82
@@ -86,18 +86,18 @@ Required permissions:
86
86
87
87
## `verify`
88
88
89
-
The `verify` command is used by server members to verify themselves. If the specified password is correct and the configured delay has elapsed, the configured verification roles will be added or removed from the member.
89
+
The `verify` command is used by server members to verify themselves. If the specified password is correct and the configured delay has elapsed, the configured verification roles will be added to or removed from the member.
90
90
91
91
```css
92
92
verify <password>
93
93
```
94
94
95
-
Argument | Required | Description
96
-
---------|---------------------|------------
97
-
`password` | :heavy_check_mark: | The verification password
As this command can only be used in private messages, it does not start with the configured bot prefix! So, for example, if the configured password is `Tr0ub4dor&3` auser would have to send this exact message to the bot to complete verification:
100
+
As this command can only be used in direct messages, it does not start with the configured bot prefix! So, for example, if the configured password is `Tr0ub4dor&3`,amember would have to send this exact message to the bot to complete verification:
0 commit comments