From 956c0926b3b10ff182a854e53dc057929630eb2e Mon Sep 17 00:00:00 2001 From: Phorcys <57866459+phorcys420@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:15:06 +0100 Subject: [PATCH] Update config.ts --- src/lib/config.ts | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/lib/config.ts b/src/lib/config.ts index 3535ea8..fc8be70 100644 --- a/src/lib/config.ts +++ b/src/lib/config.ts @@ -12,14 +12,6 @@ interface Config { openedTag: string; }; - releaseAlertChannel: { - id: string; - }; - - releaseChannel: { - id: string; - }; - emojis: { coder: string; linux: string; @@ -53,9 +45,6 @@ export const { config, layers } = await loadConfig({ ["helpChannel", "closedTag"], ["helpChannel", "openedTag"], - ["releaseAlertChannel", "id"], - ["releaseChannel", "id"], - ["emojis", "coder"], ["emojis", "linux"], ["emojis", "macos"],