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 +} 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"],