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 +1 -1
- package/src/listenMqtt.js +4 -1
package/package.json
CHANGED
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
|
-
'
|
|
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;
|