commit
This commit is contained in:
parent
bcafb44882
commit
053fda6afa
6
app.js
6
app.js
@ -72,8 +72,8 @@ bot.on('message', (msg) => {
|
||||
}
|
||||
}
|
||||
|
||||
if (msg.text && msg.text.toString().toLowerCase().includes("set sub")) {
|
||||
bot_subStatus.setSubStatus(bot, msg, logger)
|
||||
}
|
||||
// if (msg.text && msg.text.toString().toLowerCase().includes("set sub")) {
|
||||
// bot_subStatus.setSubStatus(bot, msg, logger)
|
||||
// }
|
||||
|
||||
})
|
@ -25,7 +25,7 @@
|
||||
{
|
||||
"SUB": "Premium Plus",
|
||||
"COST": 0,
|
||||
"STATUS": 0,
|
||||
"STATUS": 1,
|
||||
"IMAGE": "./data/group/Premium_Plus.jpg",
|
||||
"APPS": [
|
||||
"Blue XCIPTV",
|
||||
|
Loading…
x
Reference in New Issue
Block a user