From 69ad694dcf4e985d7fc2764a2d9a225bfece9244 Mon Sep 17 00:00:00 2001 From: Gehongyan Date: Tue, 28 May 2024 21:28:40 +0800 Subject: [PATCH] Fixes doc --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96201c07..73c6d4a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,8 @@ ### Update Roadmap Due to changes in the KOOK API, Bot users can no longer obtain all the necessary basic guild information at startup -through the `/guild/index` interface. Instead, it is now required to traverse each guild via the `/guild/view` -interface. This change can result in a significantly longer startup time and a large number of API requests for Bots +through the `/guild/index` API. Instead, it is now required to traverse each guild via the `/guild/view` +API. This change can result in a significantly longer startup time and a large number of API requests for Bots that have joined many guilds. Therefore, the current version introduces the `KookSocketConfig.StartupCacheFetchMode` configuration item, which defines how the Bot loads the basic guild data needed at startup.