From df365831c003385f98fdea1a8b6551c1d80a0610 Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Sun, 2 May 2021 13:25:43 -0500 Subject: [PATCH] Fix missing brackets and parentheses --- bot/awesomescibo.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bot/awesomescibo.js b/bot/awesomescibo.js index 44a1053..b700d33 100755 --- a/bot/awesomescibo.js +++ b/bot/awesomescibo.js @@ -349,7 +349,8 @@ async function generateRound(message) { msg.edit(`${message.author}, here's your round: https://api.adawesome.tech/round/${round._id.toString()}`); }); }); - } + }); + } async function startScoring(message) { let scoreA = 0;