mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-11 17:13:31 +01:00
fix Endpoints bug created in constants pr (#432)
This commit is contained in:
@@ -4,7 +4,7 @@ const Constants = {};
|
||||
|
||||
const API = Constants.API = "https://discordapp.com/api";
|
||||
|
||||
Constants.Endpoints = {
|
||||
const Endpoints = Constants.Endpoints = {
|
||||
// general endpoints
|
||||
LOGIN: `${API}/auth/login`,
|
||||
LOGOUT: `${API}/auth/logout`,
|
||||
|
||||
Reference in New Issue
Block a user