fca-priyansh 11.0.4 → 12.1.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
- },10*1000);
15
+ },100*1000);
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": "11.0.4",
3
+ "version": "12.1.0",
4
4
  "description": "Facebook-chat-api made by Priyansh rajput",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -21,7 +21,7 @@
21
21
  "dependencies": {
22
22
  "aes-js": "latest",
23
23
  "assert": "latest",
24
- "better-sqlite3": "latest",
24
+ "better-sqlite3": "7.4.5",
25
25
  "bluebird": "latest",
26
26
  "chalk": "4.1.2",
27
27
  "cheerio": "latest",