mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 13:02:38 +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() {
|
||||
return `${this.method} ${this.url}`;
|
||||
return `${this.url}`;
|
||||
}
|
||||
|
||||
getAuth() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue