diff --git a/lib/src/client_options.dart b/lib/src/client_options.dart index 1d0015c4c..399576c45 100644 --- a/lib/src/client_options.dart +++ b/lib/src/client_options.dart @@ -195,7 +195,7 @@ class RestClientOptions extends ClientOptions { this.skuConfig = _defaultCacheConfig, this.subscriptionConfig = _defaultCacheConfig, this.globalSoundboardCacheConfig = _smallCacheConfig, - this.soundboardCacheConfig = _defaultCacheConfig, + this.soundboardCacheConfig = _smallCacheConfig, }); }