mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-05-28 21:54:11 -04:00
Add link to Discord rate limit docs in comments
This commit is contained in:
parent
324d6bab20
commit
2c4f812d4f
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ public class DiscordClient
|
|||
// make any more requests, but implementing a smarter solution would
|
||||
// require properly keeping track of Discord's global/per-route/per-resource
|
||||
// rate limits and that's just way too much effort.
|
||||
// https://discord.com/developers/docs/topics/rate-limits
|
||||
var remainingRequestCount = response
|
||||
.Headers
|
||||
.TryGetValue("X-RateLimit-Remaining")?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue