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