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