mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 04:52:22 +00:00
Simplify APIRequest endpoint
This commit is contained in:
parent
894115758c
commit
d7bf40cab0
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ class APIRequest {
|
|||
}
|
||||
|
||||
getEndpoint() {
|
||||
return `${this.url}`;
|
||||
return this.url;
|
||||
}
|
||||
|
||||
getAuth() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue