Browse Source

Removed unused variable

pull/47/head
Master Kwoth 9 years ago
parent
commit
e72d681b96
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/Discord.Net/DiscordClient.cs

+ 0
- 2
src/Discord.Net/DiscordClient.cs View File

@@ -528,8 +528,6 @@ namespace Discord
{
try
{
ulong serverId;

const short batchSize = 50;
int largeServersCount = 0;
await Task.Delay(2500, cancelToken);


Loading…
Cancel
Save