Debug logging of users on same place in top

This commit is contained in:
Vlad Rud 2021-05-30 23:04:29 +03:00
parent d40446bec7
commit 92ca4b188b
1 changed files with 1 additions and 0 deletions

View File

@ -426,6 +426,7 @@ bot.onText(/^\/stats/, async msg => {
for(let same of sameKarma) { for(let same of sameKarma) {
if (i < 6) { if (i < 6) {
if(same.uid != user.uid) { if(same.uid != user.uid) {
console.log(`Same user: `, same)
sameMessage += ` \\- *${markdowned(same.full_name)}*\n` sameMessage += ` \\- *${markdowned(same.full_name)}*\n`
i += 1 i += 1
} }