From 7566f64c94155b3a3edf5e0f059f1aae6353eb78 Mon Sep 17 00:00:00 2001 From: Just a Badly Drawn TABS Dude <45307955+Suyashtnt@users.noreply.github.com> Date: Wed, 14 Oct 2020 19:10:01 +0200 Subject: [PATCH] convert to qoutes we dont need a template string --- src/constants/discord.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants/discord.ts b/src/constants/discord.ts index b4559f6ea..896aedb76 100644 --- a/src/constants/discord.ts +++ b/src/constants/discord.ts @@ -1,5 +1,5 @@ export const baseEndpoints = { - BASE_URL: `https://discord.com/api/v8`, + BASE_URL: "https://discord.com/api/v8", CDN_URL: "https://cdn.discordapp.com", };