Skip to content

Commit 09099a2

Browse files
authored
chore: remove release channel config
2 parents f9e63eb + 956c092 commit 09099a2

File tree

2 files changed

+1
-20
lines changed

2 files changed

+1
-20
lines changed

config.json.example

+1-9
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,11 @@
77
"openedTag": "1063924583847170098"
88
},
99

10-
"releaseAlertChannel": {
11-
"id": ""
12-
},
13-
14-
"releaseChannel": {
15-
"id": "984553991545446411"
16-
},
17-
1810
"emojis": {
1911
"coder": "971867583156469840",
2012
"linux": "1078434842309566575",
2113
"macos": "1078432543696748634",
2214
"windows": "1078432538940416030",
2315
"vscode": "1078432889995268248"
2416
}
25-
}
17+
}

src/lib/config.ts

-11
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,6 @@ interface Config {
1212
openedTag: string;
1313
};
1414

15-
releaseAlertChannel: {
16-
id: string;
17-
};
18-
19-
releaseChannel: {
20-
id: string;
21-
};
22-
2315
emojis: {
2416
coder: string;
2517
linux: string;
@@ -53,9 +45,6 @@ export const { config, layers } = await loadConfig<Config>({
5345
["helpChannel", "closedTag"],
5446
["helpChannel", "openedTag"],
5547

56-
["releaseAlertChannel", "id"],
57-
["releaseChannel", "id"],
58-
5948
["emojis", "coder"],
6049
["emojis", "linux"],
6150
["emojis", "macos"],

0 commit comments

Comments
 (0)