Configuration¶
The settings system supports typed configuration entries stored per guild or globally.
Concepts¶
- Setting describes a configuration entry
- DefaultTypes define reusable field types like
string
,role
,channel
,embed
,member
,option
,dynamicSelect
, andcomplex
What to document¶
- How settings are stored
- How a module registers its settings
- How admins edit settings through commands or UI components