mirror of
https://github.com/Luzifer/discord-community.git
synced 2024-11-08 15:10:02 +00:00
Add info about the guild_id
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
30e8f9b7dd
commit
90054f2c83
2 changed files with 4 additions and 4 deletions
|
@ -40,8 +40,8 @@
|
|||
```yaml
|
||||
---
|
||||
|
||||
bot_token: '...'
|
||||
guild_id: '...'
|
||||
bot_token: '...' # See documentation above
|
||||
guild_id: '...' # ID of your Discord "server" (internally named "guild")
|
||||
store_location: /path/to/storage.json
|
||||
|
||||
module_configs:
|
||||
|
|
|
@ -40,8 +40,8 @@
|
|||
```yaml
|
||||
---
|
||||
|
||||
bot_token: '...'
|
||||
guild_id: '...'
|
||||
bot_token: '...' # See documentation above
|
||||
guild_id: '...' # ID of your Discord "server" (internally named "guild")
|
||||
store_location: /path/to/storage.json
|
||||
|
||||
module_configs:
|
||||
|
|
Loading…
Reference in a new issue