mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-07 06:45:31 +02:00
Fix typo in us-election
This commit is contained in:
@@ -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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "119.29.3",
|
||||
"version": "119.29.4",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user