Fix typo in us-election

This commit is contained in:
Dragon Fire
2020-10-05 20:57:38 -04:00
parent edf30deecc
commit 947174197e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 <https://projects.fivethirtyeight.com/2020-election-forecast/>._
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "119.29.3",
"version": "119.29.4",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {