|
1 | 1 | # Verification |
| 2 | + |
2 | 3 | This Cog is used to add a Verification System. |
3 | 4 |
|
| 5 | + |
4 | 6 | ## add |
| 7 | + |
| 8 | + |
5 | 9 | With the `add` subcommand you can a Verification Role. |
6 | 10 | You can set `reverse` to `true` then the Role will get removed from the user and not added. |
| 11 | + |
7 | 12 | ```css |
8 | 13 | .verification [add|a|+] <role> [reverse=False] |
9 | 14 | ``` |
| 15 | + |
10 | 16 | Argument | Required | Description |
11 | 17 | ---------|---------------------|------------ |
12 | 18 | role | :heavy_check_mark: | The Verification Role |
13 | 19 | reverse | | The Role assignment will be reversed => Role will get removed |
14 | 20 |
|
15 | 21 | Required Permissions: |
| 22 | + |
16 | 23 | - `settings.change_prefix` |
17 | 24 |
|
| 25 | + |
18 | 26 | ## delay |
| 27 | + |
| 28 | + |
19 | 29 | Set the Time you have to be on the Server until you can Verify. |
20 | 30 |
|
21 | 31 | ```css |
22 | 32 | .verification [delay|d] <seconds> |
23 | 33 | ``` |
| 34 | + |
24 | 35 | Argument | Required | Description |
25 | 36 | ---------|---------------------|------------ |
26 | 37 | delay | :heavy_check_mark: | The Time in Seconds |
27 | 38 |
|
| 39 | + |
28 | 40 | ## password |
| 41 | + |
| 42 | + |
29 | 43 | Sets the *Secret* Password you'll need to Verify. |
| 44 | + |
30 | 45 | ```css |
31 | 46 | .verification [password|p] <password> |
32 | 47 | ``` |
| 48 | + |
33 | 49 | Argument | Required | Description |
34 | 50 | ---------|---------------------|------------ |
35 | 51 | password | :heavy_check_mark: | The Password as string |
36 | 52 |
|
37 | 53 | !!! note |
38 | 54 | Password has a Max-Length of 256 Chars |
39 | 55 |
|
| 56 | + |
40 | 57 | ## remove |
| 58 | + |
| 59 | + |
41 | 60 | Removes an existing Verification. |
| 61 | + |
42 | 62 | ```css |
43 | 63 | .verification [remove|r|-] <role> |
44 | 64 | ``` |
| 65 | + |
45 | 66 | Argument | Required | Description |
46 | 67 | ---------|---------------------|------------ |
47 | | -role | :heavy_check_mark: | The Verification Role |
| 68 | +role | :heavy_check_mark: | The Verification Role |
0 commit comments