hide console log

This commit is contained in:
karl.hudgell 2020-07-02 09:13:20 +01:00
parent 4d06675f25
commit 4124878da5

View File

@ -18,7 +18,7 @@ module.exports = {
subs[index].STATUS = status; //set the value
}
})
console.log(subs);
// console.log(subs);
fs.writeFileSync('./data/group/subs.json', JSON.stringify(subs))
bot.sendMessage(msg.chat.id, sub + " sub updated")
}