File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,10 @@ Refer to https://github.com/node-apn/node-apn for config options.
4141| ` DISCORD_NOTIFY_GROUP_4080_12G ` | Discord group to notify on 4080 12G stock |
4242| ` DISCORD_NOTIFY_GROUP_4080_16G ` | Discord group to notify on 4080 16G stock |
4343| ` DISCORD_NOTIFY_GROUP_4090 ` | Discord group to notify on 4090 stock |
44+ | ` DISCORD_NOTIFY_GROUP_5070 ` | Discord group to notify on 5070 stock |
45+ | ` DISCORD_NOTIFY_GROUP_5070TI ` | Discord group to notify on 5070 Ti stock |
46+ | ` DISCORD_NOTIFY_GROUP_5080 ` | Discord group to notify on 5080 stock |
47+ | ` DISCORD_NOTIFY_GROUP_5090 ` | Discord group to notify on 5090 stock |
4448| ` DISCORD_NOTIFY_GROUP_RYZEN5600 ` | Discord group to notify on 5600X stock |
4549| ` DISCORD_NOTIFY_GROUP_RYZEN5800 ` | Discord group to notify on 5800X stock |
4650| ` DISCORD_NOTIFY_GROUP_RYZEN5900 ` | Discord group to notify on 5900X stock |
Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ DISCORD_NOTIFY_GROUP_3090=
3131DISCORD_NOTIFY_GROUP_4080_12G=
3232DISCORD_NOTIFY_GROUP_4080_16G=
3333DISCORD_NOTIFY_GROUP_4090=
34+ DISCORD_NOTIFY_GROUP_5070=
35+ DISCORD_NOTIFY_GROUP_5070TI=
36+ DISCORD_NOTIFY_GROUP_5080=
37+ DISCORD_NOTIFY_GROUP_5090=
3438DISCORD_NOTIFY_GROUP_CORSAIR_SF=
3539DISCORD_NOTIFY_GROUP_RX6800=
3640DISCORD_NOTIFY_GROUP_RX6800XT=
Original file line number Diff line number Diff line change @@ -240,6 +240,10 @@ const notifications = {
240240 '4080-12g' : envOrArray ( process . env . DISCORD_NOTIFY_GROUP_4080_12G ) ,
241241 '4080-16g' : envOrArray ( process . env . DISCORD_NOTIFY_GROUP_4080_16G ) ,
242242 4090 : envOrArray ( process . env . DISCORD_NOTIFY_GROUP_4090 ) ,
243+ 5070 : envOrArray ( process . env . DISCORD_NOTIFY_GROUP_5070 ) ,
244+ '5070ti' : envOrArray ( process . env . DISCORD_NOTIFY_GROUP_5070TI ) ,
245+ 5080 : envOrArray ( process . env . DISCORD_NOTIFY_GROUP_5080 ) ,
246+ 5090 : envOrArray ( process . env . DISCORD_NOTIFY_GROUP_5090 ) ,
243247 'captcha-deterrent' : [ ] ,
244248 darkhero : envOrArray ( process . env . DISCORD_NOTIFY_GROUP_DARKHERO ) ,
245249 rx6700xt : envOrArray ( process . env . DISCORD_NOTIFY_GROUP_RX6700XT ) ,
You can’t perform that action at this time.
0 commit comments