Add info about the guild_id

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2021-08-27 20:46:17 +02:00
parent 30e8f9b7dd
commit 90054f2c83
Signed by: luzifer
GPG key ID: 0066F03ED215AD7D
2 changed files with 4 additions and 4 deletions

View file

@ -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:

View file

@ -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: