mirror of
https://github.com/Luzifer/discord-community.git
synced 2024-11-09 15:40:03 +00:00
Update wiki documentation for new config parameters
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
e5e0da7375
commit
7bd83a28b1
2 changed files with 6 additions and 2 deletions
|
@ -42,9 +42,11 @@
|
|||
|
||||
bot_token: '...'
|
||||
guild_id: '...'
|
||||
store_location: /path/to/storage.json
|
||||
|
||||
module_configs:
|
||||
- type: module-type
|
||||
- id: unique id for the module instance
|
||||
type: module-type
|
||||
attributes:
|
||||
key: value
|
||||
|
||||
|
|
|
@ -42,9 +42,11 @@
|
|||
|
||||
bot_token: '...'
|
||||
guild_id: '...'
|
||||
store_location: /path/to/storage.json
|
||||
|
||||
module_configs:
|
||||
- type: module-type
|
||||
- id: unique id for the module instance
|
||||
type: module-type
|
||||
attributes:
|
||||
key: value
|
||||
|
||||
|
|
Loading…
Reference in a new issue