Browse Source

Fix missing brackets and parentheses

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

3
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;

Loading…
Cancel
Save