Browse Source

Don't log on successful update of score

pull/9/head
Abheek Dhawan 4 years ago
parent
commit
ddd0233975
  1. 1
      bot/awesomescibo.js

1
bot/awesomescibo.js

@ -71,7 +71,6 @@ async function updateScore(isCorrect, score, authorId) {
}); });
doc.score = doc.score + 4; doc.score = doc.score + 4;
doc.save(); doc.save();
console.log("Succesfully updated score.");
} }
return `Great job! Your score is now ${score}.`; return `Great job! Your score is now ${score}.`;

Loading…
Cancel
Save