diff --git a/src/constants.ts b/src/constants.ts index 7d23f5e..6b02db2 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,14 +1,16 @@ +export var BRACKET_DATA = { + msg: "", + quotes: [], + votes: {}, + users: {}, +}; + export var CHANNEL_DATA = { webhook: { token: "", id: "", }, - bracket: { - msg: "", - quotes: [], - votes: {}, - users: {}, - }, + bracket: BRACKET_DATA, }; export var DISCORD_API_URI: string = `https://discord.com/api/v8`; \ No newline at end of file