We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a347045 commit 327fcb9Copy full SHA for 327fcb9
src/Core/Stores/GuildConfigCache.js
@@ -27,7 +27,7 @@ class GuildConfigsCache extends Store {
27
* @memberof GuildConfigsCache
28
*/
29
constructor(axonClient, limit) {
30
- super(new LRUCache(limit || 1000, { base: axonClient._guildConfig } ) );
+ super(new LRUCache(limit || 1000, { base: axonClient.extensions.guildConfig } ) );
31
this._axon = axonClient;
32
}
33
0 commit comments