stfca 1.0.13 → 1.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stfca",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "Unofficial Facebook Chat API for Node.js with Auto-Update System - Enhanced by ST | Sheikh Tamim",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -1,9 +1,19 @@
1
-
1
+ /**
2
+ * ===========================================================
3
+ * 🧑‍💻 Author: Sheikh Tamim (ST | Sheikh Tamim)
4
+ * 🔰 Owner & Developer
5
+ * 🌐 GitHub: https://github.com/sheikhtamimlover
6
+ * 📸 Instagram: https://instagram.com/sheikh.tamim_lover
7
+ * -----------------------------------------------------------
8
+ * 🕊️ Respect the creator & give proper credits if reused.
9
+ * ===========================================================
10
+ */
2
11
  "use strict";
3
12
 
4
13
  const utils = require("../utils");
5
14
 
6
15
  module.exports = function (defaultFuncs, api, ctx) {
16
+ /** Developed by Sheikh Tamim | GitHub: sheikhtamimlover | Instagram: @sheikh.tamim_lover */
7
17
  return function friendList(callback) {
8
18
  let resolveFunc = function () {};
9
19
  let rejectFunc = function () {};
@@ -89,4 +99,5 @@ module.exports = function (defaultFuncs, api, ctx) {
89
99
 
90
100
  return returnPromise;
91
101
  };
92
- };
102
+ };
103
+ /** Developed by Sheikh Tamim | GitHub: sheikhtamimlover | Please give credits if reused. */