Debug logging of users on same place in top
This commit is contained in:
parent
d40446bec7
commit
92ca4b188b
1
index.js
1
index.js
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue