Browse Source

Comment update

pull/1585/head
quinchs 5 years ago
parent
commit
272c3b7deb
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.WebSocket/Entities/Invites/InviteCache.cs

+ 1
- 1
src/Discord.Net.WebSocket/Entities/Invites/InviteCache.cs View File

@@ -16,7 +16,7 @@ namespace Discord.WebSocket
public InviteCache(DiscordSocketClient client)
{
//NOTE:
//This should be an option in the client config.
//This should be an option in the client config. default for now is 20 invites per guild
_size = client.Guilds.Count * 20;

_invites = new ConcurrentDictionary<string, SocketGuildInvite>();


Loading…
Cancel
Save