From 3e9256e8dd7b8d3fe6a643591a4595476f4f38f6 Mon Sep 17 00:00:00 2001 From: Lexedia Date: Thu, 10 Oct 2024 01:16:52 +0200 Subject: [PATCH] fix CC for guild soundboard --- lib/src/client_options.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }); }