Skip to content

Commit

Permalink
fix CC for guild soundboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexedia committed Oct 9, 2024
1 parent 85d37b7 commit 3e9256e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/client_options.dart
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ class RestClientOptions extends ClientOptions {
this.skuConfig = _defaultCacheConfig,
this.subscriptionConfig = _defaultCacheConfig,
this.globalSoundboardCacheConfig = _smallCacheConfig,
this.soundboardCacheConfig = _defaultCacheConfig,
this.soundboardCacheConfig = _smallCacheConfig,
});
}

Expand Down

0 comments on commit 3e9256e

Please sign in to comment.