From 331461987d840fd60f1763d5e4fdaba9d124ee49 Mon Sep 17 00:00:00 2001 From: Tyler-A Date: Thu, 23 Apr 2020 20:08:27 -0600 Subject: [PATCH] Rename config file --- src/{config.template.ts => config.template} | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) rename src/{config.template.ts => config.template} (83%) diff --git a/src/config.template.ts b/src/config.template similarity index 83% rename from src/config.template.ts rename to src/config.template index 9c71364..8f4a08a 100644 --- a/src/config.template.ts +++ b/src/config.template @@ -15,15 +15,16 @@ export const DISCORD_WEBHOOK_USERNAME: string|undefined = undefined; export const RESULT_WEBHOOK: string = ``; // The file names for the database operations -export const DB_NAME: string = `used_quotes.json` -export const MSG_ID_FILE: string = `msg_id` +export const DB_NAME: string = `used_quotes.json`; +export const MSG_ID_FILE: string = `msg_id`; // The twitch.center URL for the quote list export const QUOTE_URL: string = ``; -// The base API endpoint for Discord -export const DISCORD_API_BASE: string = `https://discordapp.com/api/v6` +// The base endpoints for Discord +export const DISCORD_API_BASE: string = `https://discordapp.com/api/v6`; +export const DISCORD_CDN_BASE: string = `https://cdn.discordapp.com`; // The details for the Discord emoji