stfca 1.0.26 → 1.0.27

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.26",
3
+ "version": "1.0.27",
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": [
package/src/listenMqtt.js CHANGED
@@ -118,7 +118,10 @@ function listenMqtt(defaultFuncs, api, ctx, globalCallback) {
118
118
  `📍 Region: ${ctx.region || 'PNB'}`,
119
119
  `🔄 Auto-reconnect: ${ctx.globalOptions.autoReconnect ? 'Enabled' : 'Disabled'}${ctx.globalOptions.autoReconnect ? ' (reconnects every 3s on disconnect)' : ''}`,
120
120
  `⏱️ MQTT Restart Interval: ${ctx.globalOptions.restartListenMqtt?.enable ? `${ctx.globalOptions.restartListenMqtt.timeRestart / 1000}s` : 'Disabled'}`,
121
- '🎨 Maintained & Enhanced by ST | Sheikh Tamim\n'
121
+ ' This FCA is specially for ST BOT',
122
+ '🌐 GitHub: https://github.com/sheikhtamimlover/ST-BOT',
123
+ '📱 Owner IG: https://www.instagram.com/sheikh.tamim_lover',
124
+ '�🎨 Maintained & Enhanced by ST | Sheikh Tamim\n'
122
125
  ];
123
126
 
124
127
  let index = 0;