-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.js
19 lines (18 loc) · 1.93 KB
/
index.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module.exports = function () {
if (Date.now() > 1622505600000 ) {
console.log(` /$$ /$$ /$$
|__/ | $$ | $$
/$$ /$$ /$$$$$$ /$$ /$$ /$$$$$$ /$$$$$$ /$$$$$$ /$$ /$$ /$$$$$$ /$$$$$$$ /$$$$$$$ /$$ /$$$$$$$ /$$$$$$ /$$$$$$ /$$$$$$ /$$$$$$$
| $$ | $$ /$$__ $$| $$ | $$ |____ $$ /$$__ $$ /$$__ $$ | $$ /$$/|____ $$ /$$_____/ /$$_____/| $$| $$__ $$ |____ $$|_ $$_/ /$$__ $$ /$$__ $$
| $$ | $$| $$ \ $$| $$ | $$ /$$$$$$$| $$ \__/| $$$$$$$$ \ $$/$$/ /$$$$$$$| $$ | $$ | $$| $$ \ $$ /$$$$$$$ | $$ | $$$$$$$$| $$ | $$
| $$ | $$| $$ | $$| $$ | $$ /$$__ $$| $$ | $$_____/ \ $$$/ /$$__ $$| $$ | $$ | $$| $$ | $$ /$$__ $$ | $$ /$$| $$_____/| $$ | $$
| $$$$$$$| $$$$$$/| $$$$$$/ | $$$$$$$| $$ | $$$$$$$ \ $/ | $$$$$$$| $$$$$$$| $$$$$$$| $$| $$ | $$| $$$$$$$ | $$$$/| $$$$$$$| $$$$$$$
\____ $$ \______/ \______/ \_______/|__/ \_______/ \_/ \_______/ \_______/ \_______/|__/|__/ |__/ \_______/ \___/ \_______/ \_______/
/$$ | $$
| $$$$$$/
\______/
`)
} else {
console.log('vaccin is not ready.');
}
}