This repository was archived by the owner on Oct 2, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed
Expand file tree Collapse file tree 1 file changed +47
-0
lines changed Original file line number Diff line number Diff line change 1+ # Verification
2+ This Cog is used to add a Verification System.
3+
4+ ## add
5+ With the ` add ` subcommand you can a Verification Role.
6+ You can set ` reverse ` to ` true ` then the Role will get removed from the user and not added.
7+ ``` css
8+ .verification [add |a |+] <role> [reverse = False ]
9+ ```
10+ Argument | Required | Description
11+ --------- |---------------------|------------
12+ role | :heavy_check_mark: | The Verification Role
13+ reverse | | The Role assignment will be reversed => Role will get removed
14+
15+ Required Permissions:
16+ - `settings.change_prefix`
17+
18+ ## delay
19+ Set the Time you have to be on the Server until you can Verify.
20+
21+ ```css
22+ .verification [delay |d ] <seconds>
23+ ```
24+ Argument | Required | Description
25+ --------- |---------------------|------------
26+ delay | :heavy_check_mark: | The Time in Seconds
27+
28+ ## password
29+ Sets the * Secret* Password you'll need to Verify.
30+ ```css
31+ .verification [password |p ] <password>
32+ ```
33+ Argument | Required | Description
34+ --------- |---------------------|------------
35+ password | :heavy_check_mark: | The Password as string
36+
37+ !!! note
38+ Password has a Max-Length of 256 Chars
39+
40+ ## remove
41+ Removes an existing Verification.
42+ ```css
43+ .verification [remove |r |- ] <role>
44+ ```
45+ Argument | Required | Description
46+ --------- |---------------------|------------
47+ role | :heavy_check_mark: | The Verification Role
You can’t perform that action at this time.
0 commit comments