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

Commit c46adde

Browse files
Tert04norak
authored andcommitted
Update moderation/verification/documentation.md
Co-authored-by: Anorak <32487760+4norak@users.noreply.github.com>
1 parent 0aff77e commit c46adde

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

moderation/verification/documentation.md

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

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.
44

55

66
## `verification`
77

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.
99

1010

1111
### `add`
@@ -16,10 +16,10 @@ The `add` subcommand adds a verification role. If you set `reverse` to `true`, t
1616
.verification [add|a|+] <role> [reverse=False]
1717
```
1818

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.
2323

2424
Required permissions:
2525

@@ -35,9 +35,9 @@ The `remove` subcommand removes an existing verification role.
3535
.verification [remove|r|-] <role>
3636
```
3737

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
4141

4242
Required permissions:
4343

@@ -47,15 +47,15 @@ Required permissions:
4747

4848
### `password`
4949

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.
5151

5252
```css
5353
.verification [password|p] <password>
5454
```
5555

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
5959

6060
Required permissions:
6161

@@ -68,15 +68,15 @@ Required permissions:
6868

6969
### `delay`
7070

71-
The `delay` subcommand sets the amount of time a user has to be on the server before they can verify.
71+
The `delay` subcommand sets the amount of time a member has to be in the server before they can verify.
7272

7373
```css
7474
.verification [delay|d] <seconds>
7575
```
7676

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
8080

8181
Required permissions:
8282

@@ -86,18 +86,18 @@ Required permissions:
8686

8787
## `verify`
8888

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.
9090

9191
```css
9292
verify <password>
9393
```
9494

95-
Argument | Required | Description
96-
---------|---------------------|------------
97-
`password` | :heavy_check_mark: | The verification password
95+
Argument|Required|Description
96+
|:------:|:------:|:----------|
97+
`password`|:heavy_check_mark:|The verification password
9898

9999
!!! note
100-
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` a user 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`, a member would have to send this exact message to the bot to complete verification:
101101
<!-- markdownlint-disable-next-line MD038 -->
102102
```
103103
verify Tr0ub4dor&3

0 commit comments

Comments
 (0)