hide console log
This commit is contained in:
parent
4d06675f25
commit
4124878da5
@ -18,7 +18,7 @@ module.exports = {
|
|||||||
subs[index].STATUS = status; //set the value
|
subs[index].STATUS = status; //set the value
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
console.log(subs);
|
// console.log(subs);
|
||||||
fs.writeFileSync('./data/group/subs.json', JSON.stringify(subs))
|
fs.writeFileSync('./data/group/subs.json', JSON.stringify(subs))
|
||||||
bot.sendMessage(msg.chat.id, sub + " sub updated")
|
bot.sendMessage(msg.chat.id, sub + " sub updated")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user