Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

Commit fd2c57d

Browse files
Tert0Tristan-H11
authored andcommitted
Update moderation/verification/documentation.md
Co-authored-by: Tristan <45330667+Tristan-H11@users.noreply.github.com>
1 parent b1fb4d8 commit fd2c57d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed
Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,68 @@
11
# Verification
22

3-
This Cog is used to add a Verification System.
3+
This Cog is used to add a verification system.
44

55

66
## add
77

88

9-
With the `add` subcommand you can a Verification Role.
10-
You can set `reverse` to `true` then the Role will get removed from the user and not added.
9+
With the `add` subcommand you can add a verification role.
10+
If you set `reverse` to `true`, the role will be removed from the user instead of added.
1111

1212
```css
1313
.verification [add|a|+] <role> [reverse=False]
1414
```
1515

1616
Argument | Required | Description
1717
---------|---------------------|------------
18-
role | :heavy_check_mark: | The Verification Role
19-
reverse | | The Role assignment will be reversed => Role will get removed
18+
role | :heavy_check_mark: | The verification role
19+
reverse | | The role assignment will be reversed => role will be removed
2020

21-
Required Permissions:
21+
Required permissions:
2222

2323
- `settings.change_prefix`
2424

2525

2626
## delay
2727

2828

29-
Set the Time you have to be on the Server until you can Verify.
29+
Set the time a user has to be on the server until they can verify.
3030

3131
```css
3232
.verification [delay|d] <seconds>
3333
```
3434

3535
Argument | Required | Description
3636
---------|---------------------|------------
37-
delay | :heavy_check_mark: | The Time in Seconds
37+
delay | :heavy_check_mark: | The time in seconds
3838

3939

4040
## password
4141

4242

43-
Sets the *Secret* Password you'll need to Verify.
43+
Sets the *secret* password the user will need to verify.
4444

4545
```css
4646
.verification [password|p] <password>
4747
```
4848

4949
Argument | Required | Description
5050
---------|---------------------|------------
51-
password | :heavy_check_mark: | The Password as string
51+
password | :heavy_check_mark: | The password as string
5252

5353
!!! note
54-
Password has a Max-Length of 256 Chars
54+
The password has a max-length of 256 characters.
5555

5656

5757
## remove
5858

5959

60-
Removes an existing Verification.
60+
Removes an existing verification.
6161

6262
```css
6363
.verification [remove|r|-] <role>
6464
```
6565

6666
Argument | Required | Description
6767
---------|---------------------|------------
68-
role | :heavy_check_mark: | The Verification Role
68+
role | :heavy_check_mark: | The verification role

0 commit comments

Comments
 (0)