Browse Source

Fix missing brackets and parentheses

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

1
bot/awesomescibo.js

@ -349,6 +349,7 @@ async function generateRound(message) {
msg.edit(`${message.author}, here's your round: https://api.adawesome.tech/round/${round._id.toString()}`); msg.edit(`${message.author}, here's your round: https://api.adawesome.tech/round/${round._id.toString()}`);
}); });
}); });
});
} }
async function startScoring(message) { async function startScoring(message) {

Loading…
Cancel
Save