|
@@ -75,7 +75,6 @@ namespace Discord.Net.Queue |
|
|
switch (response.StatusCode) |
|
|
switch (response.StatusCode) |
|
|
{ |
|
|
{ |
|
|
case (HttpStatusCode)429: |
|
|
case (HttpStatusCode)429: |
|
|
info.ReadRatelimitPayload(response.Stream); |
|
|
|
|
|
if (info.IsGlobal) |
|
|
if (info.IsGlobal) |
|
|
{ |
|
|
{ |
|
|
#if DEBUG_LIMITS |
|
|
#if DEBUG_LIMITS |
|
|