Skip to content

Commit

Permalink
chore: remove release channel config
Browse files Browse the repository at this point in the history
  • Loading branch information
phorcys420 authored Dec 17, 2024
2 parents f9e63eb + 956c092 commit 09099a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
10 changes: 1 addition & 9 deletions config.json.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,11 @@
"openedTag": "1063924583847170098"
},

"releaseAlertChannel": {
"id": ""
},

"releaseChannel": {
"id": "984553991545446411"
},

"emojis": {
"coder": "971867583156469840",
"linux": "1078434842309566575",
"macos": "1078432543696748634",
"windows": "1078432538940416030",
"vscode": "1078432889995268248"
}
}
}
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 09099a2

Please # to comment.