fca-priyansh 10.2.1 → 10.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/index.js +8 -8
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -263,15 +263,15 @@ var Boolean_Option = ['online','selfListen','listenEvents','updatePresence','for
263
263
  // });
264
264
  // break;
265
265
  // }
266
- default: {
267
- res.writeHead(200, "OK", { "Content-Type": "text/html" });
268
- res.write(ClassicHTML(global.Fca.Require.Priyansh.HTML.UserName, global.Fca.Data.PremText.includes("Premium") ? "Premium": "Free", global.Fca.Require.Priyansh.HTML.MusicLink));
269
- }
270
- }
271
- res.end();
272
- })
266
+ // default: {
267
+ // res.writeHead(200, "OK", { "Content-Type": "text/html" });
268
+ // res.write(ClassicHTML(global.Fca.Require.Priyansh.HTML.UserName, global.Fca.Data.PremText.includes("Premium") ? "Premium": "Free", global.Fca.Require.Priyansh.HTML.MusicLink));
269
+ // }
270
+ // }
271
+ // res.end();
272
+ // })
273
273
 
274
- global.Fca.Require.Web = express;
274
+ // global.Fca.Require.Web = express;
275
275
 
276
276
  /!-[ Function setOptions ]-!/
277
277
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fca-priyansh",
3
- "version": "10.2.1",
3
+ "version": "10.2.2",
4
4
  "description": "Facebook-chat-api made by Priyansh rajput",
5
5
  "main": "index.js",
6
6
  "scripts": {