From eef056fe5957fd834d5416773f5abf0c2cb5f6a7 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Fri, 23 Jul 2021 11:48:45 -0600 Subject: [PATCH] Modify the constants --- src/constants.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/constants.ts b/src/constants.ts index 46f5784..7d23f5e 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,14 +1,14 @@ -export var DB_DEFAULTS: database = { +export var CHANNEL_DATA = { + webhook: { + token: "", + id: "", + }, bracket: { msg: "", quotes: [], votes: {}, users: {}, }, - webhook: { - id: "", - token: "" - }, }; export var DISCORD_API_URI: string = `https://discord.com/api/v8`; \ No newline at end of file