Skip to content

Commit

Permalink
Update ready.js
Browse files Browse the repository at this point in the history
  • Loading branch information
HirziDevs authored Jul 13, 2021
1 parent f0c7725 commit 667ad87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion events/ready.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
})

Expand Down

0 comments on commit 667ad87

Please sign in to comment.