mirror of
https://github.com/danbulant/discord.js
synced 2026-06-08 17:21:31 +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() {
|
getEndpoint() {
|
||||||
return `${this.url}`;
|
return this.url;
|
||||||
}
|
}
|
||||||
|
|
||||||
getAuth() {
|
getAuth() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue