Skip to content

Commit

Permalink
Fixes doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gehongyan committed May 28, 2024
1 parent b73613e commit 69ad694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 69ad694

Please sign in to comment.