Browse Source
Update src/Discord.Net.WebSocket/DiscordSocketConfig.cs
Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com>
v4/state-cache-providers
Quin Lynch
GitHub
3 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Discord.Net.WebSocket/DiscordSocketConfig.cs
|
|
@@ -26,7 +26,7 @@ namespace Discord.WebSocket |
|
|
|
public class DiscordSocketConfig : DiscordRestConfig |
|
|
|
{ |
|
|
|
/// <summary> |
|
|
|
/// Gets or sets the cache provider to use |
|
|
|
/// Gets or sets the cache provider to use. |
|
|
|
/// </summary> |
|
|
|
public ICacheProvider CacheProvider { get; set; } |
|
|
|
|
|
|
|