mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
Implement Sequential Rate Limiting
This commit is contained in:
@@ -11,7 +11,7 @@ class APIRequest {
|
||||
this.file = file;
|
||||
}
|
||||
|
||||
getBucketName() {
|
||||
getEndpoint() {
|
||||
return `${this.method} ${this.url}`;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user