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

Commit b1fb4d8

Browse files
Tert0Defelo
authored andcommitted
Fix Linting
1 parent 401ad3a commit b1fb4d8

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed
Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,68 @@
11
# Verification
2+
23
This Cog is used to add a Verification System.
34

5+
46
## add
7+
8+
59
With the `add` subcommand you can a Verification Role.
610
You can set `reverse` to `true` then the Role will get removed from the user and not added.
11+
712
```css
813
.verification [add|a|+] <role> [reverse=False]
914
```
15+
1016
Argument | Required | Description
1117
---------|---------------------|------------
1218
role | :heavy_check_mark: | The Verification Role
1319
reverse | | The Role assignment will be reversed => Role will get removed
1420

1521
Required Permissions:
22+
1623
- `settings.change_prefix`
1724

25+
1826
## delay
27+
28+
1929
Set the Time you have to be on the Server until you can Verify.
2030

2131
```css
2232
.verification [delay|d] <seconds>
2333
```
34+
2435
Argument | Required | Description
2536
---------|---------------------|------------
2637
delay | :heavy_check_mark: | The Time in Seconds
2738

39+
2840
## password
41+
42+
2943
Sets the *Secret* Password you'll need to Verify.
44+
3045
```css
3146
.verification [password|p] <password>
3247
```
48+
3349
Argument | Required | Description
3450
---------|---------------------|------------
3551
password | :heavy_check_mark: | The Password as string
3652

3753
!!! note
3854
Password has a Max-Length of 256 Chars
3955

56+
4057
## remove
58+
59+
4160
Removes an existing Verification.
61+
4262
```css
4363
.verification [remove|r|-] <role>
4464
```
65+
4566
Argument | Required | Description
4667
---------|---------------------|------------
47-
role | :heavy_check_mark: | The Verification Role
68+
role | :heavy_check_mark: | The Verification Role

0 commit comments

Comments
 (0)