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.
- package/index.js +8 -8
- 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
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
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
|
|