mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-24 02:15:10 +02:00
Fix stupid spelling mistake
This commit is contained in:
@@ -572,7 +572,7 @@ Total: 570
|
|||||||
* **horse-info:** Responds with detailed information on a horse.
|
* **horse-info:** Responds with detailed information on a horse.
|
||||||
* **horse-race:** Bet on the fastest horse in a 6-horse race.
|
* **horse-race:** Bet on the fastest horse in a 6-horse race.
|
||||||
* **hunger-games:** Simulate a Hunger Games match with up to 24 tributes.
|
* **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.
|
* **jeopardy:** Answer a Jeopardy question.
|
||||||
* **lottery:** Attempt to win the lottery with 6 numbers.
|
* **lottery:** Attempt to win the lottery with 6 numbers.
|
||||||
* **mad-libs:** Choose words that fill in the blanks to create a crazy story!
|
* **mad-libs:** Choose words that fill in the blanks to create a crazy story!
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ const Command = require('../../structures/Command');
|
|||||||
module.exports = class IbHardcoreEditionCommand extends Command {
|
module.exports = class IbHardcoreEditionCommand extends Command {
|
||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'ib-hardcore-editon',
|
name: 'ib-hardcore-edition',
|
||||||
aliases: ['ib-hardcore', 'ib'],
|
aliases: ['ib-hardcore', 'ib'],
|
||||||
group: 'games-sp',
|
group: 'games-sp',
|
||||||
memberName: 'ib-hardcore-edition',
|
memberName: 'ib-hardcore-edition',
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "123.5.4",
|
"version": "123.5.5",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user