mirror of
https://github.com/danbulant/discord.js
synced 2026-06-09 01:31:29 +00:00
Stricter rate-limiting to avoid unlikely 429s
This commit is contained in:
parent
c6aa16277a
commit
894115758c
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ class APIRequest {
|
||||||
}
|
}
|
||||||
|
|
||||||
getEndpoint() {
|
getEndpoint() {
|
||||||
return `${this.method} ${this.url}`;
|
return `${this.url}`;
|
||||||
}
|
}
|
||||||
|
|
||||||
getAuth() {
|
getAuth() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue