Add verification system
Signed-off-by: Ethan Lane <ethan@vylpes.com>
This commit is contained in:
parent
5d629c3b8f
commit
4c7208c192
10 changed files with 205 additions and 5 deletions
|
@ -18,4 +18,9 @@ embed.colour.error: The HEX value of the error embeds (Default: "0xd52803")
|
|||
|
||||
channels.logs.message: The channel message events will be logged to (Default: "message-logs")
|
||||
channels.logs.member: The channel member events will be logged to (Default: "member-logs")
|
||||
channels.logs.mod: The channel mod events will be logged to (Default: "mod-logs")
|
||||
channels.logs.mod: The channel mod events will be logged to (Default: "mod-logs")
|
||||
|
||||
verification.enabled: Enables/Disables the verification feature (Default: "false")
|
||||
verification.channel: The channel to listen to for entry codes (Default: "entry")
|
||||
verification.role: The server access role (Default: "Entry")
|
||||
verification.code: The entry code for the channel (Default: "")
|
Loading…
Add table
Add a link
Reference in a new issue