Remove memberName (leftover Commando thing)

This commit is contained in:
Dragon Fire
2024-05-21 21:02:12 -04:00
parent b10c604473
commit bd02c6b1c4
516 changed files with 3 additions and 518 deletions
-1
View File
@@ -11,7 +11,6 @@ module.exports = class ApplesToApplesCommand extends Command {
name: 'apples-to-apples',
aliases: ['a2a'],
group: 'games-mp',
memberName: 'apples-to-apples',
description: 'Compete to see who can come up with the best card to match an adjective.',
guildOnly: true,
game: true,
-1
View File
@@ -8,7 +8,6 @@ module.exports = class BalloonPopCommand extends Command {
name: 'balloon-pop',
aliases: ['balloons'],
group: 'games-mp',
memberName: 'balloon-pop',
description: 'Don\'t let yourself be the last one to pump the balloon before it pops!',
game: true,
credit: [
-1
View File
@@ -8,7 +8,6 @@ module.exports = class BattleCommand extends Command {
name: 'battle',
aliases: ['fight', 'death-battle', 'rpg-battle'],
group: 'games-mp',
memberName: 'battle',
description: 'Engage in a turn-based battle against another user or the AI.',
game: true,
args: [
-1
View File
@@ -12,7 +12,6 @@ module.exports = class BingoCommand extends Command {
super(client, {
name: 'bingo',
group: 'games-mp',
memberName: 'bingo',
description: 'Play bingo with up to 99 other users.',
guildOnly: true,
game: true,
-1
View File
@@ -23,7 +23,6 @@ module.exports = class CarRaceCommand extends Command {
name: 'car-race',
aliases: ['cars', 'race'],
group: 'games-mp',
memberName: 'car-race',
description: 'Race a car against another user or the AI.',
game: true,
credit: [
@@ -11,7 +11,6 @@ module.exports = class CardsAgainstHumanityCommand extends Command {
name: 'cards-against-humanity',
aliases: ['crude-cards', 'cah'],
group: 'games-mp',
memberName: 'cards-against-humanity',
description: 'Compete to see who can come up with the best card to fill in the blank.',
guildOnly: true,
nsfw: true,
-1
View File
@@ -6,7 +6,6 @@ module.exports = class ChessDeleteCommand extends Command {
name: 'chess-delete',
aliases: ['delete-chess', 'chess-del', 'del-chess'],
group: 'games-mp',
memberName: 'chess-delete',
description: 'Deletes your saved Chess game.'
});
}
-1
View File
@@ -17,7 +17,6 @@ module.exports = class ChessCommand extends Command {
super(client, {
name: 'chess',
group: 'games-mp',
memberName: 'chess',
description: 'Play a game of Chess with another user or the AI.',
game: true,
credit: [
-1
View File
@@ -16,7 +16,6 @@ module.exports = class ConnectFourCommand extends Command {
name: 'connect-four',
aliases: ['connect-4', 'c4'],
group: 'games-mp',
memberName: 'connect-four',
description: 'Play a game of Connect Four with another user or the AI.',
game: true,
credit: [
-1
View File
@@ -12,7 +12,6 @@ module.exports = class CramCommand extends Command {
name: 'cram',
aliases: ['plugg', 'dots-and-pairs'],
group: 'games-mp',
memberName: 'cram',
description: 'Play a game of Cram with another user.',
guildOnly: true,
game: true,
-1
View File
@@ -12,7 +12,6 @@ module.exports = class DomineeringCommand extends Command {
name: 'domineering',
aliases: ['domineer', 'cross-cram', 'stop-gate'],
group: 'games-mp',
memberName: 'domineering',
description: 'Play a game of Domineering with another user.',
guildOnly: true,
game: true,
-1
View File
@@ -9,7 +9,6 @@ module.exports = class DotsAndBoxesCommand extends Command {
name: 'dots-and-boxes',
aliases: ['dots-boxes', 'dot-box', 'dot-and-box', 'territory-capture'],
group: 'games-mp',
memberName: 'dots-and-boxes',
description: 'Play a game of Dots and Boxes with another user.',
guildOnly: true,
game: true,
@@ -10,7 +10,6 @@ module.exports = class EmojiEmojiRevolutionCommand extends Command {
name: 'emoji-emoji-revolution',
aliases: ['eer'],
group: 'games-mp',
memberName: 'emoji-emoji-revolution',
description: 'Can you type arrow emoji faster than anyone else has ever typed them before?',
guildOnly: true,
game: true,
-1
View File
@@ -13,7 +13,6 @@ module.exports = class GuesspionageCommand extends Command {
super(client, {
name: 'guesspionage',
group: 'games-mp',
memberName: 'guesspionage',
description: 'Tests your knowledge of humans as you guess how people responded to poll questions.',
guildOnly: true,
game: true,
-1
View File
@@ -9,7 +9,6 @@ module.exports = class GunfightCommand extends Command {
name: 'gunfight',
aliases: ['western-gunfight'],
group: 'games-mp',
memberName: 'gunfight',
description: 'Engage in a western gunfight against another user. High noon.',
guildOnly: true,
game: true,
-1
View File
@@ -12,7 +12,6 @@ module.exports = class ImposterCommand extends Command {
name: 'imposter',
aliases: ['among-us'],
group: 'games-mp',
memberName: 'imposter',
description: 'Who is the imposter among us?',
guildOnly: true,
game: true,
-1
View File
@@ -9,7 +9,6 @@ module.exports = class IslandCommand extends Command {
super(client, {
name: 'island',
group: 'games-mp',
memberName: 'island',
description: 'Who will be the final two left on the island after a series of vote-kicks?',
game: true,
guildOnly: true,
-1
View File
@@ -8,7 +8,6 @@ module.exports = class JengaCommand extends Command {
super(client, {
name: 'jenga',
group: 'games-mp',
memberName: 'jenga',
description: 'Play a game of Jenga with another user or the AI.',
game: true,
credit: [
-1
View File
@@ -10,7 +10,6 @@ module.exports = class LieSwatterCommand extends Command {
super(client, {
name: 'lie-swatter',
group: 'games-mp',
memberName: 'lie-swatter',
description: 'Players are given a fact and must quickly decide if it\'s True or a Lie.',
game: true,
credit: [
-1
View File
@@ -8,7 +8,6 @@ module.exports = class MafiaCommand extends Command {
super(client, {
name: 'mafia',
group: 'games-mp',
memberName: 'mafia',
description: 'Who is the Mafia? Who is the detective? Will the Mafia kill them all?',
guildOnly: true,
game: true
-1
View File
@@ -9,7 +9,6 @@ module.exports = class NimCommand extends Command {
super(client, {
name: 'nim',
group: 'games-mp',
memberName: 'nim',
description: 'Play a game of nim with another user or the AI.',
game: true,
args: [
-1
View File
@@ -14,7 +14,6 @@ module.exports = class ObstructionCommand extends Command {
name: 'obstruction',
aliases: ['obstruct'],
group: 'games-mp',
memberName: 'obstruction',
description: 'Play a game of Obstruction with another user.',
guildOnly: true,
game: true,
-1
View File
@@ -8,7 +8,6 @@ module.exports = class PickANumberCommand extends Command {
name: 'pick-a-number',
aliases: ['pick-number', 'pick-a-number-between', 'pick-a-num', 'pick-num'],
group: 'games-mp',
memberName: 'pick-a-number',
description: 'Two players pick a number between 1 and 10. Whoever\'s closer wins.',
game: true,
args: [
-1
View File
@@ -16,7 +16,6 @@ module.exports = class PokerCommand extends Command {
name: 'poker',
aliases: ['texas-hold-em'],
group: 'games-mp',
memberName: 'poker',
description: `Play poker with up to ${max - 1} other users.`,
guildOnly: true,
game: true,
-1
View File
@@ -12,7 +12,6 @@ module.exports = class QuizDuelCommand extends Command {
name: 'quiz-duel',
aliases: ['trivia-duel'],
group: 'games-mp',
memberName: 'quiz-duel',
description: 'Answer a series of quiz questions against other opponents.',
game: true,
credit: [
-1
View File
@@ -9,7 +9,6 @@ module.exports = class RussianRouletteCommand extends Command {
name: 'russian-roulette',
aliases: ['r-roulette', 'russia-gun'],
group: 'games-mp',
memberName: 'russian-roulette',
description: 'Who will pull the trigger and die first?',
game: true,
args: [
-1
View File
@@ -7,7 +7,6 @@ module.exports = class SpamWarCommand extends Command {
name: 'spam-war',
aliases: ['spam-fight', 'spam-battle'],
group: 'games-mp',
memberName: 'spam-war',
description: 'See who can type more characters the fastest.',
guildOnly: true,
game: true,
-1
View File
@@ -11,7 +11,6 @@ module.exports = class TicTacToeCommand extends Command {
name: 'tic-tac-toe',
aliases: ['ttt', 'tic-tac'],
group: 'games-mp',
memberName: 'tic-tac-toe',
description: 'Play a game of tic-tac-toe with another user or the AI.',
game: true,
args: [
-1
View File
@@ -7,7 +7,6 @@ module.exports = class TypingRaceCommand extends Command {
super(client, {
name: 'typing-race',
group: 'games-mp',
memberName: 'typing-race',
description: 'Race a user to see who can type a sentence faster.',
guildOnly: true,
game: true,
-1
View File
@@ -11,7 +11,6 @@ module.exports = class WordChainCommand extends Command {
name: 'word-chain',
aliases: ['shiritori', 'しりとり'],
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,
game: true,
-1
View File
@@ -8,7 +8,6 @@ module.exports = class WordSpudCommand extends Command {
super(client, {
name: 'word-spud',
group: 'games-mp',
memberName: 'word-spud',
description: 'Hot potato, but with words.',
guildOnly: true,
game: true,