From d42fdca4b814f7e62229554e3bf02d926d8f0146 Mon Sep 17 00:00:00 2001 From: Phorcys <57866459+phorcys420@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:14:45 +0100 Subject: [PATCH 1/2] Update config.json.example --- config.json.example | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/config.json.example b/config.json.example index abe4a1b..3d876a4 100644 --- a/config.json.example +++ b/config.json.example @@ -7,14 +7,6 @@ "openedTag": "1063924583847170098" }, - "releaseAlertChannel": { - "id": "" - }, - - "releaseChannel": { - "id": "984553991545446411" - }, - "emojis": { "coder": "971867583156469840", "linux": "1078434842309566575", @@ -22,4 +14,4 @@ "windows": "1078432538940416030", "vscode": "1078432889995268248" } -} \ No newline at end of file +} 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 2/2] 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"],