mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 11:21:16 +02:00
Fix
This commit is contained in:
@@ -32,7 +32,7 @@ module.exports = class UsElectionCommand extends Command {
|
|||||||
const chances = Object.entries(winners)
|
const chances = Object.entries(winners)
|
||||||
.map(([canidate, chances]) => `**${canidate}:** ${chances} in ${simulations}`);
|
.map(([canidate, chances]) => `**${canidate}:** ${chances} in ${simulations}`);
|
||||||
return msg.say(stripIndents`
|
return msg.say(stripIndents`
|
||||||
**Chances of Winning the 2020 US Presidential Election (Accoring to FiveThirtyEight):**
|
__**Chances of Winning the 2020 US Presidential Election (Accoring to FiveThirtyEight):**__
|
||||||
${chances.join('\n')}
|
${chances.join('\n')}
|
||||||
|
|
||||||
_More detailed information is available at <https://projects.fivethirtyeight.com/2020-election-forecast/>._
|
_More detailed information is available at <https://projects.fivethirtyeight.com/2020-election-forecast/>._
|
||||||
|
|||||||
Reference in New Issue
Block a user