fix url good catch moltebar <3

This commit is contained in:
Skillz
2020-07-17 11:09:49 -04:00
parent 0ce810e461
commit 4e27d0eab1

View File

@@ -16,7 +16,7 @@ export const endpoints = {
GATEWAY_BOT: `${baseEndpoints.BASE_URL}/gateway/bot`,
// Channel Endpoints
CHANNEL: (id: string) => `/channels/${id}`,
CHANNEL: (id: string) => `${baseEndpoints.BASE_URL}/channels/${id}`,
CHANNEL_MESSAGE: (id: string, messageID: string) =>
`${baseEndpoints.BASE_URL}/channels/${id}/messages/${messageID}`,
CHANNEL_MESSAGES: (id: string) =>