Skip to content

Commit

Permalink
Enable the user cache by default
Browse files Browse the repository at this point in the history
  • Loading branch information
felldo committed Oct 26, 2021
1 parent dd9dc1e commit 042fcba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public class DiscordApiBuilderDelegateImpl implements DiscordApiBuilderDelegate
/**
* Whether the user cache should be enabled or not.
*/
private boolean userCacheEnabled = false;
private boolean userCacheEnabled = true;

/**
* The globally attachable listeners to register for every created DiscordApi instance.
Expand Down

0 comments on commit 042fcba

Please sign in to comment.