mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 14:21:41 +02:00
Remove memberName (leftover Commando thing)
This commit is contained in:
@@ -11,7 +11,6 @@ module.exports = class TwentyQuestionsCommand extends Command {
|
||||
name: '20-questions',
|
||||
aliases: ['twenty-questions', '20-q', 'twenty-q'],
|
||||
group: 'games-sp',
|
||||
memberName: '20-questions',
|
||||
description: 'Think of something and 20Q will read your mind by asking a few simple questions.',
|
||||
details: `**Games:** ${list(Object.keys(games))}`,
|
||||
credit: [
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class AkinatorCommand extends Command {
|
||||
name: 'akinator',
|
||||
aliases: ['aki'],
|
||||
group: 'games-sp',
|
||||
memberName: 'akinator',
|
||||
description: 'Think about a real or fictional character, I will try to guess who it is.',
|
||||
details: `**Regions:** ${regions.join(', ')}`,
|
||||
clientPermissions: [PermissionFlagsBits.EmbedLinks],
|
||||
|
||||
@@ -13,7 +13,6 @@ module.exports = class AnagramicaCommand extends Command {
|
||||
name: 'anagramica',
|
||||
aliases: ['anagram-game', 'anagram-quiz', 'anagram', 'anagrams'],
|
||||
group: 'games-sp',
|
||||
memberName: 'anagramica',
|
||||
description: 'Try to find all the anagrams for a given set of letters.',
|
||||
game: true,
|
||||
credit: [
|
||||
|
||||
@@ -44,7 +44,6 @@ module.exports = class AnimeScoreCommand extends Command {
|
||||
name: 'anime-score',
|
||||
aliases: ['guess-anime-score'],
|
||||
group: 'games-sp',
|
||||
memberName: 'anime-score',
|
||||
description: 'See if you can guess what a random anime\'s score is.',
|
||||
game: true,
|
||||
clientPermissions: [PermissionFlagsBits.EmbedLinks],
|
||||
|
||||
@@ -24,7 +24,6 @@ module.exports = class AntidepressantOrTolkienCommand extends Command {
|
||||
'a-or-t'
|
||||
],
|
||||
group: 'games-sp',
|
||||
memberName: 'antidepressant-or-tokien',
|
||||
description: 'See if you can guess if a word is an Antidepressant or Tolkien character.',
|
||||
game: true,
|
||||
credit: [
|
||||
|
||||
@@ -11,7 +11,6 @@ module.exports = class BlackjackCommand extends Command {
|
||||
name: 'blackjack',
|
||||
aliases: ['twenty-one', '21', 'bj'],
|
||||
group: 'games-sp',
|
||||
memberName: 'blackjack',
|
||||
description: 'Play a game of blackjack.',
|
||||
game: true,
|
||||
args: [
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class BoxChoosingCommand extends Command {
|
||||
name: 'box-choosing',
|
||||
aliases: ['box-choose'],
|
||||
group: 'games-sp',
|
||||
memberName: 'box-choosing',
|
||||
description: 'Do you believe that there are choices in life? Taken from Higurashi Chapter 4.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -5,7 +5,6 @@ module.exports = class BubbleWrapCommand extends Command {
|
||||
super(client, {
|
||||
name: 'bubble-wrap',
|
||||
group: 'games-sp',
|
||||
memberName: 'bubble-wrap',
|
||||
description: 'Pop some bubble wrap.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class CaptchaCommand extends Command {
|
||||
name: 'captcha',
|
||||
aliases: ['captcha-quiz'],
|
||||
group: 'games-sp',
|
||||
memberName: 'captcha',
|
||||
description: 'Try to guess what the captcha says.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class ChanceCommand extends Command {
|
||||
name: 'chance',
|
||||
aliases: ['1-in', 'one-in'],
|
||||
group: 'games-sp',
|
||||
memberName: 'chance',
|
||||
description: 'Attempt to win with a 1 in 1000 (or your choice) chance of winning.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class DoorsCommand extends Command {
|
||||
name: 'doors',
|
||||
aliases: ['door', 'door-opening', 'open-door', 'monty-hall'],
|
||||
group: 'games-sp',
|
||||
memberName: 'doors',
|
||||
description: 'Open the right door, and you win the money! Make the wrong choice, and you get the fire!',
|
||||
game: true,
|
||||
credit: [
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class GoogleFeudCommand extends Command {
|
||||
super(client, {
|
||||
name: 'google-feud',
|
||||
group: 'games-sp',
|
||||
memberName: 'google-feud',
|
||||
description: 'Attempt to determine the top suggestions for a Google search.',
|
||||
game: true,
|
||||
credit: [
|
||||
|
||||
@@ -14,7 +14,6 @@ module.exports = class GuessSongCommand extends Command {
|
||||
name: 'guess-song',
|
||||
aliases: ['song-guess', 'song-game', 'music-guess', 'guess-music', 'music-game'],
|
||||
group: 'games-sp',
|
||||
memberName: 'guess-song',
|
||||
description: 'Guess what song is playing.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class HangmanCommand extends Command {
|
||||
super(client, {
|
||||
name: 'hangman',
|
||||
group: 'games-sp',
|
||||
memberName: 'hangman',
|
||||
description: 'Prevent a man from being hanged by guessing a word as fast as you can.',
|
||||
game: true,
|
||||
credit: [
|
||||
|
||||
@@ -11,7 +11,6 @@ module.exports = class HearingTestCommand extends Command {
|
||||
name: 'hearing-test',
|
||||
aliases: ['hear-test', 'hear', 'hearing'],
|
||||
group: 'games-sp',
|
||||
memberName: 'hearing-test',
|
||||
description: 'Test your hearing.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class HorseInfoCommand extends Command {
|
||||
name: 'horse-info',
|
||||
aliases: ['race-horse'],
|
||||
group: 'games-sp',
|
||||
memberName: 'horse-info',
|
||||
description: 'Responds with detailed information on a horse.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -14,7 +14,6 @@ module.exports = class HorseRaceCommand extends Command {
|
||||
name: 'horse-race',
|
||||
aliases: ['kentucky-derby'],
|
||||
group: 'games-sp',
|
||||
memberName: 'horse-race',
|
||||
description: 'Bet on the fastest horse in a 6-horse race.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -11,7 +11,6 @@ module.exports = class HungerGamesCommand extends Command {
|
||||
name: 'hunger-games',
|
||||
aliases: ['hunger-games-simulator', 'hunger-games-sim'],
|
||||
group: 'games-sp',
|
||||
memberName: 'hunger-games',
|
||||
description: 'Simulate a Hunger Games match with up to 24 tributes.',
|
||||
game: true,
|
||||
credit: [
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class JeopardyCommand extends Command {
|
||||
super(client, {
|
||||
name: 'jeopardy',
|
||||
group: 'games-sp',
|
||||
memberName: 'jeopardy',
|
||||
description: 'Answer a Jeopardy question.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class LotteryCommand extends Command {
|
||||
name: 'lottery',
|
||||
aliases: ['lotto'],
|
||||
group: 'games-sp',
|
||||
memberName: 'lottery',
|
||||
description: 'Attempt to win the lottery with 6 numbers.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class MadLibsCommand extends Command {
|
||||
name: 'mad-libs',
|
||||
aliases: ['mad-takes'],
|
||||
group: 'games-sp',
|
||||
memberName: 'mad-libs',
|
||||
description: 'Choose words that fill in the blanks to create a crazy story!',
|
||||
game: true,
|
||||
credit: [
|
||||
|
||||
@@ -24,7 +24,6 @@ module.exports = class MathQuizCommand extends Command {
|
||||
super(client, {
|
||||
name: 'math-quiz',
|
||||
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(', ')}`,
|
||||
game: true,
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class MemoryCommand extends Command {
|
||||
super(client, {
|
||||
name: 'memory',
|
||||
group: 'games-sp',
|
||||
memberName: 'memory',
|
||||
description: 'Test your memory.',
|
||||
game: true,
|
||||
args: [
|
||||
|
||||
@@ -14,7 +14,6 @@ module.exports = class MinesweeperCommand extends Command {
|
||||
name: 'minesweeper',
|
||||
aliases: ['bombsweeper', 'mines', 'bombs', 'msweeper', 'minesweep', 'msweep'],
|
||||
group: 'games-sp',
|
||||
memberName: 'minesweeper',
|
||||
description: 'Play a game of Minesweeper.',
|
||||
clientPermissions: [PermissionFlagsBits.ManageMessages, PermissionFlagsBits.ReadMessageHistory],
|
||||
game: true,
|
||||
|
||||
@@ -13,7 +13,6 @@ module.exports = class PokemonAdvantageCommand extends Command {
|
||||
name: 'pokemon-advantage',
|
||||
aliases: ['pokemon-adv', 'pokémon-advantage', 'pokémon-adv', 'pkmn-advantage', 'pkmn-adv'],
|
||||
group: 'games-sp',
|
||||
memberName: 'pokemon-advantage',
|
||||
description: 'Guess which Pokémon has the type advantage.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -11,7 +11,6 @@ module.exports = class QuizCommand extends Command {
|
||||
name: 'quiz',
|
||||
aliases: ['trivia'],
|
||||
group: 'games-sp',
|
||||
memberName: 'quiz',
|
||||
description: 'Answer a quiz question.',
|
||||
details: `**Difficulties:** ${difficulties.join(', ')}`,
|
||||
game: true,
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class ReactionTimeCommand extends Command {
|
||||
name: 'reaction-time',
|
||||
aliases: ['reaction', 'react', 'gunfight-sp', 'sp-gunfight'],
|
||||
group: 'games-sp',
|
||||
memberName: 'reaction-time',
|
||||
description: 'Test your reaction time.',
|
||||
game: true
|
||||
});
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class RockPaperScissorsCommand extends Command {
|
||||
name: 'rock-paper-scissors',
|
||||
aliases: ['rps'],
|
||||
group: 'games-sp',
|
||||
memberName: 'rock-paper-scissors',
|
||||
description: 'Play Rock-Paper-Scissors.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -14,7 +14,6 @@ module.exports = class RouletteCommand extends Command {
|
||||
super(client, {
|
||||
name: 'roulette',
|
||||
group: 'games-sp',
|
||||
memberName: 'roulette',
|
||||
description: 'Play a game of roulette.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class SlotsCommand extends Command {
|
||||
super(client, {
|
||||
name: 'slots',
|
||||
group: 'games-sp',
|
||||
memberName: 'slots',
|
||||
description: 'Play a game of slots.'
|
||||
});
|
||||
}
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class SortingHatCommand extends Command {
|
||||
name: 'sorting-hat',
|
||||
aliases: ['sorting-hat-quiz', 'hogwarts', 'hogwarts-house'],
|
||||
group: 'games-sp',
|
||||
memberName: 'sorting-hat',
|
||||
description: 'Take a quiz to determine your Hogwarts house.',
|
||||
game: true,
|
||||
credit: [
|
||||
|
||||
@@ -11,7 +11,6 @@ module.exports = class TarotCommand extends Command {
|
||||
name: 'tarot',
|
||||
aliases: ['tarot-reading'],
|
||||
group: 'games-sp',
|
||||
memberName: 'tarot',
|
||||
description: 'Provides a fortune using Tarot cards.',
|
||||
game: true,
|
||||
credit: [
|
||||
|
||||
@@ -5,7 +5,6 @@ module.exports = class TheGameCommand extends Command {
|
||||
super(client, {
|
||||
name: 'the-game',
|
||||
group: 'games-sp',
|
||||
memberName: 'the-game',
|
||||
description: 'If you think about the game, you lose.'
|
||||
});
|
||||
}
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class TrueOrFalseCommand extends Command {
|
||||
name: 'true-or-false',
|
||||
aliases: ['true-false', 'tf', 'quiz-boolean'],
|
||||
group: 'games-sp',
|
||||
memberName: 'true-or-false',
|
||||
description: 'Answer a true or false question.',
|
||||
details: `**Difficulties:** ${difficulties.join(', ')}`,
|
||||
credit: [
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class TypingTestCommand extends Command {
|
||||
super(client, {
|
||||
name: 'typing-test',
|
||||
group: 'games-sp',
|
||||
memberName: 'typing-test',
|
||||
description: 'See how fast you can type a sentence.',
|
||||
game: true
|
||||
});
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class WhosThatPokemonCryCommand extends Command {
|
||||
name: 'whos-that-pokemon-cry',
|
||||
aliases: ['who-pokemon-cry', 'whos-that-pokémon-cry', 'who-pokémon-cry', 'who-pkmn-cry'],
|
||||
group: 'games-sp',
|
||||
memberName: 'whos-that-pokemon-cry',
|
||||
description: 'Guess who that Pokémon is, based on their cry.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -12,7 +12,6 @@ module.exports = class WhosThatPokemonCommand extends Command {
|
||||
name: 'whos-that-pokemon',
|
||||
aliases: ['who-pokemon', 'whos-that-pokémon', 'who-pokémon', 'who-pkmn'],
|
||||
group: 'games-sp',
|
||||
memberName: 'whos-that-pokemon',
|
||||
description: 'Guess who that Pokémon is, based on their silhouette.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class WouldYouRatherCommand extends Command {
|
||||
name: 'would-you-rather',
|
||||
aliases: ['wy-rather', 'wyr'],
|
||||
group: 'games-sp',
|
||||
memberName: 'would-you-rather',
|
||||
description: 'Responds with a random "Would you rather ...?" question.',
|
||||
game: true,
|
||||
credit: [
|
||||
|
||||
Reference in New Issue
Block a user