Skip to content

Commit

Permalink
Update config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
phorcys420 authored Dec 17, 2024
1 parent d42fdca commit 956c092
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ interface Config {
openedTag: string;
};

releaseAlertChannel: {
id: string;
};

releaseChannel: {
id: string;
};

emojis: {
coder: string;
linux: string;
Expand Down Expand Up @@ -53,9 +45,6 @@ export const { config, layers } = await loadConfig<Config>({
["helpChannel", "closedTag"],
["helpChannel", "openedTag"],

["releaseAlertChannel", "id"],
["releaseChannel", "id"],

["emojis", "coder"],
["emojis", "linux"],
["emojis", "macos"],
Expand Down

0 comments on commit 956c092

Please # to comment.