Update ready.js

This commit is contained in:
Hirzi
2021-07-13 16:07:52 +07:00
committed by GitHub
parent f0c7725d76
commit 667ad87467

View File

@@ -70,7 +70,7 @@ module.exports = client => {
})
let msgStats = db.get(data.nameid) + '\n'
if (db.get(data.nameid) === null) msgStats = data.name + ' : ' + mcheck
if (db.get(data.nameid) === null) msgStats = data.name + ' : ' + checking
list.push(msgStats)
})