Configuration format
This is the basic format of the bot configuration for a guild. The basic breakdown is:
- Prefix (i.e. what character is preceding each command)
- Permission levels (see Permissions for more info)
- Plugin-specific configuration (see Plugin configuration for more info)
prefix: "!"
# role id: level
levels:
"172949857164722176": 100 # Example admin
"172950000412655616": 50 # Example mod
plugins:
mod_plugin:
config:
kick_message: 'You have been kicked'
can_kick: false
overrides:
- level: '>=50'
config:
can_kick: true
- level: '>=100'
config:
kick_message: 'You have been kicked by an admin'