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>
parent
50efc891bc
commit
06e2c5a965
2 changed files with 6 additions and 2 deletions
4
Home.md
4
Home.md
|
@ -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