mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
Simplify APIRequest endpoint
This commit is contained in:
@@ -12,7 +12,7 @@ class APIRequest {
|
||||
}
|
||||
|
||||
getEndpoint() {
|
||||
return `${this.url}`;
|
||||
return this.url;
|
||||
}
|
||||
|
||||
getAuth() {
|
||||
|
||||
Reference in New Issue
Block a user