removed debug
This commit is contained in:
@@ -174,7 +174,6 @@ async function nutsStats(interaction) {
|
||||
target = interaction.user
|
||||
}
|
||||
|
||||
console.log(target)
|
||||
const statsDoc = await nStatsColl.findOne({ userID: target.id });
|
||||
const stat = statsDoc?.stat || {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user