fca-priyansh 12.1.0 → 12.2.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -12,7 +12,7 @@ module.exports = function() {
|
|
12
12
|
logger.Normal(global.Fca.Require.Language.ExtraUpTime.Uptime);//
|
13
13
|
return setInterval(function() {
|
14
14
|
Fetch.get(`https://${process.env.REPL_SLUG}.${process.env.REPL_OWNER}.repl.co`);
|
15
|
-
},100
|
15
|
+
},10*100);
|
16
16
|
}
|
17
17
|
else return;
|
18
18
|
}
|