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*1000);
15
+ },10*100);
16
16
  }
17
17
  else return;
18
18
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fca-priyansh",
3
- "version": "12.1.0",
3
+ "version": "12.2.0",
4
4
  "description": "Facebook-chat-api made by Priyansh rajput",
5
5
  "main": "index.js",
6
6
  "scripts": {