Vylpes
6a00c49ef3
* Add database and default values * Add ability to save a setting to the database * Get commands and events to use database * Setup and config command * Update commands to check roles per server * Different rules per server Signed-off-by: Ethan Lane <ethan@vylpes.com> * Different prefix per server Signed-off-by: Ethan Lane <ethan@vylpes.com> * Add verification system Signed-off-by: Ethan Lane <ethan@vylpes.com> * Disabled commands per server * Add devmode for default prefix * Update embeds * Fix broken tests
22 lines
No EOL
1 KiB
Text
22 lines
No EOL
1 KiB
Text
USAGE: <key> <set|reset> [value]
|
|
|
|
===[ KEYS ]===
|
|
bot.prefix: The bot prefix for the server (Default: "v!")
|
|
|
|
commands.disabled: Disabled commands, separated by commas (Default: "")
|
|
|
|
role.assignable: List of roles assignable to user (Default: [])
|
|
role.moderator: The moderator role name (Default: "Moderator")
|
|
role.administrator: The administrator role name (Default: "Administrator")
|
|
role.muted: The muted role name (Default: "Muted")
|
|
|
|
rules.file: The location of the rules file (Default: "data/rules/rules")
|
|
|
|
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")
|
|
|
|
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: "") |