(mp/sp)-games -> games-(mp/sp)

This commit is contained in:
Dragon Fire
2020-03-18 19:39:36 -04:00
parent 8223a68918
commit c728b9ed7c
30 changed files with 31 additions and 31 deletions
+2 -2
View File
@@ -25,8 +25,8 @@ client.registry
['events', 'Events'],
['search', 'Search'],
['analyze', 'Analyzers'],
['sp-games', 'Single-Player Games'],
['mp-games', 'Multi-Player Games'],
['games-sp', 'Single-Player Games'],
['games-mp', 'Multi-Player Games'],
['image-edit', 'Image Manipulation'],
['avatar-edit', 'Avatar Manipulation'],
['meme-gen', 'Meme Generators'],
@@ -5,7 +5,7 @@ module.exports = class BalloonPopCommand extends Command {
constructor(client) {
super(client, {
name: 'balloon-pop',
group: 'mp-games',
group: 'games-mp',
memberName: 'balloon-pop',
description: 'Don\'t let yourself be the last one to pump the balloon before it pops!',
credit: [
@@ -7,7 +7,7 @@ module.exports = class BattleCommand extends Command {
super(client, {
name: 'battle',
aliases: ['fight', 'death-battle'],
group: 'mp-games',
group: 'games-mp',
memberName: 'battle',
description: 'Engage in a turn-based battle against another user or the AI.',
args: [
@@ -11,7 +11,7 @@ module.exports = class ConnectFourCommand extends Command {
super(client, {
name: 'connect-four',
aliases: ['connect-4', 'c4'],
group: 'mp-games',
group: 'games-mp',
memberName: 'connect-four',
description: 'Play a game of Connect Four with another user.',
guildOnly: true,
@@ -9,7 +9,7 @@ module.exports = class EmojiEmojiRevolutionCommand extends Command {
super(client, {
name: 'emoji-emoji-revolution',
aliases: ['eer'],
group: 'mp-games',
group: 'games-mp',
memberName: 'emoji-emoji-revolution',
description: 'Can you type arrow emoji faster than anyone else has ever typed them before?',
guildOnly: true,
@@ -7,7 +7,7 @@ module.exports = class GunfightCommand extends Command {
super(client, {
name: 'gunfight',
aliases: ['western-gunfight'],
group: 'mp-games',
group: 'games-mp',
memberName: 'gunfight',
description: 'Engage in a western gunfight against another user. High noon.',
guildOnly: true,
@@ -9,7 +9,7 @@ module.exports = class QuizDuelCommand extends Command {
super(client, {
name: 'quiz-duel',
aliases: ['trivia-duel'],
group: 'mp-games',
group: 'games-mp',
memberName: 'quiz-duel',
description: 'Answer a series of quiz questions against an opponent.',
credit: [
@@ -7,7 +7,7 @@ module.exports = class RussianRouletteCommand extends Command {
super(client, {
name: 'russian-roulette',
aliases: ['r-roulette', 'russia-gun'],
group: 'mp-games',
group: 'games-mp',
memberName: 'russian-roulette',
description: 'Who will pull the trigger and die first?',
args: [
@@ -6,7 +6,7 @@ module.exports = class TicTacToeCommand extends Command {
constructor(client) {
super(client, {
name: 'tic-tac-toe',
group: 'mp-games',
group: 'games-mp',
memberName: 'tic-tac-toe',
description: 'Play a game of tic-tac-toe with another user.',
guildOnly: true,
@@ -10,7 +10,7 @@ module.exports = class WordChainCommand extends Command {
super(client, {
name: 'word-chain',
aliases: ['shiritori', 'しりとり'],
group: 'mp-games',
group: 'games-mp',
memberName: 'word-chain',
description: 'Try to come up with words that start with the last letter of your opponent\'s word.',
guildOnly: true,
@@ -9,7 +9,7 @@ module.exports = class BlackjackCommand extends Command {
super(client, {
name: 'blackjack',
aliases: ['twenty-one', '21', 'bj'],
group: 'sp-games',
group: 'games-sp',
memberName: 'blackjack',
description: 'Play a game of blackjack.',
args: [
@@ -8,7 +8,7 @@ module.exports = class BoxChoosingCommand extends Command {
super(client, {
name: 'box-choosing',
aliases: ['box-choose'],
group: 'sp-games',
group: 'games-sp',
memberName: 'box-choosing',
description: 'Do you believe that there are choices in life? Taken from Higurashi Chapter 4.',
credit: [
@@ -9,7 +9,7 @@ module.exports = class CaptchaCommand extends Command {
super(client, {
name: 'captcha',
aliases: ['captcha-quiz'],
group: 'sp-games',
group: 'games-sp',
memberName: 'captcha',
description: 'Try to guess what the captcha says.',
throttling: {
@@ -5,7 +5,7 @@ module.exports = class ChanceCommand extends Command {
super(client, {
name: 'chance',
aliases: ['1-in', 'one-in'],
group: 'sp-games',
group: 'games-sp',
memberName: 'chance',
description: 'Attempt to win with a 1 in 1000 (or your choice) chance of winning.',
args: [
@@ -8,7 +8,7 @@ module.exports = class DoorsCommand extends Command {
super(client, {
name: 'doors',
aliases: ['door', 'door-opening', 'open-door', 'monty-hall'],
group: 'sp-games',
group: 'games-sp',
memberName: 'doors',
description: 'Open the right door, and you win the money! Make the wrong choice, and you get the fire!',
credit: [
@@ -7,7 +7,7 @@ module.exports = class FishyCommand extends Command {
super(client, {
name: 'fishy',
aliases: ['fishing'],
group: 'sp-games',
group: 'games-sp',
memberName: 'fishy',
description: 'Go fishing.',
credit: [
@@ -7,7 +7,7 @@ module.exports = class GoogleFeudCommand extends Command {
constructor(client) {
super(client, {
name: 'google-feud',
group: 'sp-games',
group: 'games-sp',
memberName: 'google-feud',
description: 'Attempt to determine the top suggestions for a Google search.',
credit: [
@@ -6,7 +6,7 @@ module.exports = class HangmanCommand extends Command {
constructor(client) {
super(client, {
name: 'hangman',
group: 'sp-games',
group: 'games-sp',
memberName: 'hangman',
description: 'Prevent a man from being hanged by guessing a word as fast as you can.',
credit: [
@@ -8,7 +8,7 @@ module.exports = class HungerGamesCommand extends Command {
super(client, {
name: 'hunger-games',
aliases: ['hunger-games-simulator', 'hunger-games-sim'],
group: 'sp-games',
group: 'games-sp',
memberName: 'hunger-games',
description: 'Simulate a Hunger Games match with up to 24 tributes.',
credit: [
@@ -7,7 +7,7 @@ module.exports = class LotteryCommand extends Command {
super(client, {
name: 'lottery',
aliases: ['lotto'],
group: 'sp-games',
group: 'games-sp',
memberName: 'lottery',
description: 'Attempt to win the lottery with 6 numbers.',
args: [
@@ -6,7 +6,7 @@ module.exports = class MadLibsCommand extends Command {
super(client, {
name: 'mad-libs',
aliases: ['mad-takes'],
group: 'sp-games',
group: 'games-sp',
memberName: 'mad-libs',
description: 'Choose words that fill in the blanks to create a crazy story!',
credit: [
@@ -16,7 +16,7 @@ module.exports = class MathQuizCommand extends Command {
constructor(client) {
super(client, {
name: 'math-quiz',
group: 'sp-games',
group: 'games-sp',
memberName: 'math-quiz',
description: 'See how fast you can answer a math problem in a given time limit.',
details: `**Difficulties:** ${difficulties.join(', ')}`,
@@ -11,7 +11,7 @@ module.exports = class QuizCommand extends Command {
super(client, {
name: 'quiz',
aliases: ['trivia'],
group: 'sp-games',
group: 'games-sp',
memberName: 'quiz',
description: 'Answer a quiz question.',
details: stripIndents`
@@ -6,7 +6,7 @@ module.exports = class RockPaperScissorsCommand extends Command {
super(client, {
name: 'rock-paper-scissors',
aliases: ['rps'],
group: 'sp-games',
group: 'games-sp',
memberName: 'rock-paper-scissors',
description: 'Play Rock-Paper-Scissors.',
args: [
@@ -13,7 +13,7 @@ module.exports = class RouletteCommand extends Command {
constructor(client) {
super(client, {
name: 'roulette',
group: 'sp-games',
group: 'games-sp',
memberName: 'roulette',
description: 'Play a game of roulette.',
args: [
@@ -6,7 +6,7 @@ module.exports = class SlotsCommand extends Command {
constructor(client) {
super(client, {
name: 'slots',
group: 'sp-games',
group: 'games-sp',
memberName: 'slots',
description: 'Play a game of slots.'
});
@@ -9,7 +9,7 @@ module.exports = class SortingHatCommand extends Command {
super(client, {
name: 'sorting-hat',
aliases: ['sorting-hat-quiz', 'hogwarts', 'hogwarts-house'],
group: 'sp-games',
group: 'games-sp',
memberName: 'sorting-hat',
description: 'Take a quiz to determine your Hogwarts house.',
credit: [
@@ -16,7 +16,7 @@ module.exports = class TypingTestCommand extends Command {
constructor(client) {
super(client, {
name: 'typing-test',
group: 'sp-games',
group: 'games-sp',
memberName: 'typing-test',
description: 'See how fast you can type a sentence in a given time limit.',
details: `**Difficulties:** ${difficulties.join(', ')}`,
@@ -10,7 +10,7 @@ module.exports = class WhosThatPokemonCommand extends Command {
super(client, {
name: 'whos-that-pokemon',
aliases: ['who-pokemon', 'whos-that-pokémon', 'who-pokémon'],
group: 'sp-games',
group: 'games-sp',
memberName: 'whos-that-pokemon',
description: 'Guess who that Pokémon is.',
throttling: {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "112.9.1",
"version": "112.9.2",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {