From 947174197e2aae47c971ff192bfdfbf9892b82c6 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 5 Oct 2020 20:57:38 -0400 Subject: [PATCH] Fix typo in us-election --- commands/events/us-election.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/events/us-election.js b/commands/events/us-election.js index 6fd8a739..cea706f2 100644 --- a/commands/events/us-election.js +++ b/commands/events/us-election.js @@ -32,7 +32,7 @@ module.exports = class UsElectionCommand extends Command { const chances = Object.entries(winners) .map(([canidate, chance]) => `**${canidate}:** ${chance} in ${simulations}`); return msg.say(stripIndents` - __**Chances of Winning the 2020 US Presidential Election (Accoring to FiveThirtyEight):**__ + __**Chances of Winning the 2020 US Presidential Election (According to FiveThirtyEight):**__ ${chances.join('\n')} _More detailed information is available at ._ diff --git a/package.json b/package.json index 0ca67b2c..a3e2c669 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "119.29.3", + "version": "119.29.4", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {