Fix crosspost ratelimits (#2100)
This commit is contained in:
@@ -75,6 +75,7 @@ namespace Discord.Net.Queue
|
||||
switch (response.StatusCode)
|
||||
{
|
||||
case (HttpStatusCode)429:
|
||||
info.ReadRatelimitPayload(response.Stream);
|
||||
if (info.IsGlobal)
|
||||
{
|
||||
#if DEBUG_LIMITS
|
||||
|
||||
Reference in New Issue
Block a user