mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 20:13:30 +01:00
Stricter rate-limiting to avoid unlikely 429s
This commit is contained in:
@@ -12,7 +12,7 @@ class APIRequest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
getEndpoint() {
|
getEndpoint() {
|
||||||
return `${this.method} ${this.url}`;
|
return `${this.url}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
getAuth() {
|
getAuth() {
|
||||||
|
|||||||
Reference in New Issue
Block a user