From e64c743e006f75a6319c4df039e5e4c889cf8cfb Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 13 Dec 2020 09:30:06 -0500 Subject: [PATCH] Fix stupid spelling mistake --- README.md | 2 +- commands/games-sp/ib-hardcore-edition.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9eb855dc..dccad399 100644 --- a/README.md +++ b/README.md @@ -572,7 +572,7 @@ Total: 570 * **horse-info:** Responds with detailed information on a horse. * **horse-race:** Bet on the fastest horse in a 6-horse race. * **hunger-games:** Simulate a Hunger Games match with up to 24 tributes. -* **ib-hardcore-editon:** Responds with the download link for Ib: Hardcore Edition. +* **ib-hardcore-edition:** Responds with the download link for Ib: Hardcore Edition. * **jeopardy:** Answer a Jeopardy question. * **lottery:** Attempt to win the lottery with 6 numbers. * **mad-libs:** Choose words that fill in the blanks to create a crazy story! diff --git a/commands/games-sp/ib-hardcore-edition.js b/commands/games-sp/ib-hardcore-edition.js index 62cfc60c..b98c4f41 100644 --- a/commands/games-sp/ib-hardcore-edition.js +++ b/commands/games-sp/ib-hardcore-edition.js @@ -3,7 +3,7 @@ const Command = require('../../structures/Command'); module.exports = class IbHardcoreEditionCommand extends Command { constructor(client) { super(client, { - name: 'ib-hardcore-editon', + name: 'ib-hardcore-edition', aliases: ['ib-hardcore', 'ib'], group: 'games-sp', memberName: 'ib-hardcore-edition', diff --git a/package.json b/package.json index 9c78bf25..bb337aed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "123.5.4", + "version": "123.5.5", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {