Property AlwaysCacheMembers
- Namespace
- DisCatSharp
- Assembly
- DisCatSharp.dll
AlwaysCacheMembers
Sets whether the client should attempt to cache members if exclusively using unprivileged intents.
This will only take effect if there are no GuildMembers or GuildPresences intents specified. Otherwise, this will always be overwritten to true.
Defaults to true.
public bool AlwaysCacheMembers { set; }