Add info about the guild_id

Signed-off-by: Knut Ahlers <knut@ahlers.me>
Knut Ahlers 2021-08-27 20:46:17 +02:00
parent e6443b8085
commit f7a3bf2abf
2 changed files with 4 additions and 4 deletions

@ -40,8 +40,8 @@
```yaml ```yaml
--- ---
bot_token: '...' bot_token: '...' # See documentation above
guild_id: '...' guild_id: '...' # ID of your Discord "server" (internally named "guild")
store_location: /path/to/storage.json store_location: /path/to/storage.json
module_configs: module_configs:

@ -40,8 +40,8 @@
```yaml ```yaml
--- ---
bot_token: '...' bot_token: '...' # See documentation above
guild_id: '...' guild_id: '...' # ID of your Discord "server" (internally named "guild")
store_location: /path/to/storage.json store_location: /path/to/storage.json
module_configs: module_configs: