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.
[Deprecated("Use Cache.AlwaysCacheMembers instead. This property will be removed in a future version.")]
public bool AlwaysCacheMembers { set; }