forked from r-anime/awards-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconstants.js
7 lines (6 loc) · 1.23 KB
/
constants.js
1
2
3
4
5
6
7
const maxAccountDate = 1701388800; // Convert this date EVERY time we start a vote, final or initial
const exclusions = [119321, 104329, 111312, 111852, 113669, 122575, 113416, 98776, 117758, 103276, 111734, 120892, 21719, 113596, 112151, 116226, 108630, 114946, 116962, 109125, 111944, 114564, 112612, 101574, 113023, 112788, 103047, 111137, 112930, 114249, 116979, 116246, 117034, 114943, 122349, 115107, 123769, 114622, 112125, 116923, 114052, 111790, 114981, 113811, 120211, 118125, 117532, 123464, 123901, 116922, 114424, 122238, 114744, 115651, 123803, 123382, 120700, 123885, 122041, 108267, 117496, 115217, 119812, 126661, 124756, 109955, 113828, 116328, 124014, 124027, 126662, 100910, 108734, 113242, 113570, 115142, 115656, 110788, 108853, 116408, 114196, 112324, 119960, 106607, 108761, 110089, 111728, 114234, 114656, 117150, 117280, 120180, 120211, 125264, 125491, 113187, 101099, 116222, 117325, 118077, 119344, 119592, 120771, 121592, 121684, 122248, 123612, 123903, 124341, 124345, 124668, 125785, 125796, 126168, 127041, 127225, 125297, 113655, 114765, 116073, 113463, 108945, 118131, 118448, 116968, 20826, 111931, 124703, 101581, 127686, 109638, 110419, 112036, 118042, 125517];
module.exports = {
maxAccountDate,
exclusions,
};