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
parent
commit
a4e1f54d6e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.WebSocket/DiscordSocketConfig.cs

+ 1
- 1
src/Discord.Net.WebSocket/DiscordSocketConfig.cs View File

@@ -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; }



Loading…
Cancel
Save