mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
docs: change wordings on caching and desired props page (#4010)
* docs: change wordings on caching and desired props page * change value to property
This commit is contained in:
@@ -153,7 +153,7 @@ BOT.gateway.requestMembers = async function (guildId, options) {
|
||||
}
|
||||
```
|
||||
|
||||
This will now send a request to our gateway manager whenever the bot makes a request to fetch members.
|
||||
This will now send a request to our gateway manager whenever the bot makes a request to fetch members and the gateway process will send back `GUILD_MEMBERS_CHUNK` event(s) to the bot process.
|
||||
|
||||
## Caching
|
||||
|
||||
|
||||
Reference in New Issue
Block a user