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

Commit fefbbbd

Browse files
committed
Fixed tables
1 parent c46adde commit fefbbbd

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

moderation/verification/documentation.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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
19+
|Argument|Required|Description|
2020
|:------:|:------:|:----------|
21-
`role`|:heavy_check_mark:|The verification role
22-
`reverse`| |Remove this role instead of adding it to the user.
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
38+
|Argument|Required|Description|
3939
|:------:|:------:|:----------|
40-
`role`|:heavy_check_mark:|The verification role
40+
|`role`|:heavy_check_mark:|The verification role|
4141

4242
Required permissions:
4343

@@ -53,9 +53,9 @@ The `password` subcommand sets the *secret* password the user will need to verif
5353
.verification [password|p] <password>
5454
```
5555

56-
Argument|Required|Description
56+
|Argument|Required|Description|
5757
|:------:|:------:|:----------|
58-
`password`|:heavy_check_mark:|The password
58+
|`password`|:heavy_check_mark:|The password|
5959

6060
Required permissions:
6161

@@ -74,9 +74,9 @@ The `delay` subcommand sets the amount of time a member has to be in the server
7474
.verification [delay|d] <seconds>
7575
```
7676

77-
Argument|Required|Description
77+
|Argument|Required|Description|
7878
|:------:|:------:|:----------|
79-
`delay`|:heavy_check_mark:|The amount of time in seconds
79+
|`delay`|:heavy_check_mark:|The amount of time in seconds|
8080

8181
Required permissions:
8282

@@ -92,9 +92,9 @@ The `verify` command is used by server members to verify themselves. If the spec
9292
verify <password>
9393
```
9494

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

9999
!!! note
100100
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:

0 commit comments

Comments
 (0)