From f7a3bf2abf5932bc63d2b1b4f58f509b559c8ca3 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Fri, 27 Aug 2021 20:46:17 +0200 Subject: [PATCH] Add info about the guild_id Signed-off-by: Knut Ahlers --- Home.md | 4 ++-- Home.md.tpl | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Home.md b/Home.md index 0f0208a..37fca38 100644 --- a/Home.md +++ b/Home.md @@ -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: diff --git a/Home.md.tpl b/Home.md.tpl index 10a0521..c090875 100644 --- a/Home.md.tpl +++ b/Home.md.tpl @@ -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: