mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 13:56:43 +02:00
Remove memberName (leftover Commando thing)
This commit is contained in:
@@ -8,7 +8,6 @@ module.exports = class EightBallCommand extends Command {
|
||||
name: '8-ball',
|
||||
aliases: ['magic-8-ball', 'eight-ball', 'magic-eight-ball'],
|
||||
group: 'random-res',
|
||||
memberName: '8-ball',
|
||||
description: 'Asks your question to the Magic 8 Ball.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class AcrosticCommand extends Command {
|
||||
super(client, {
|
||||
name: 'acrostic',
|
||||
group: 'random-res',
|
||||
memberName: 'acrostic',
|
||||
description: 'Creates an acrostic from any word or name.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class AdviceCommand extends Command {
|
||||
name: 'advice',
|
||||
aliases: ['advice-slip'],
|
||||
group: 'random-res',
|
||||
memberName: 'advice',
|
||||
description: 'Responds with a random bit of advice.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class AffirmationCommand extends Command {
|
||||
super(client, {
|
||||
name: 'affirmation',
|
||||
group: 'random-res',
|
||||
memberName: 'affirmation',
|
||||
description: 'Responds with a random affirmation.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class AxisCultCommand extends Command {
|
||||
name: 'axis-cult',
|
||||
aliases: ['axis', 'axis-pray'],
|
||||
group: 'random-res',
|
||||
memberName: 'axis-cult',
|
||||
description: 'Responds with a teaching of the Axis Cult.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class BoredomCommand extends Command {
|
||||
name: 'boredom',
|
||||
aliases: ['bored'],
|
||||
group: 'random-res',
|
||||
memberName: 'boredom',
|
||||
description: 'Responds with a random activity to try when you\'re bored.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class ChooseCommand extends Command {
|
||||
name: 'choose',
|
||||
aliases: ['pick'],
|
||||
group: 'random-res',
|
||||
memberName: 'choose',
|
||||
description: 'Chooses between options you provide.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class ChuckNorrisCommand extends Command {
|
||||
name: 'chuck-norris',
|
||||
aliases: ['norris'],
|
||||
group: 'random-res',
|
||||
memberName: 'chuck-norris',
|
||||
description: 'Responds with a random Chuck Norris joke.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class CoinCommand extends Command {
|
||||
name: 'coin',
|
||||
aliases: ['coin-flip', 'flip'],
|
||||
group: 'random-res',
|
||||
memberName: 'coin',
|
||||
description: 'Flips a coin.'
|
||||
});
|
||||
}
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class ComplimentCommand extends Command {
|
||||
super(client, {
|
||||
name: 'compliment',
|
||||
group: 'random-res',
|
||||
memberName: 'compliment',
|
||||
description: 'Compliments a user.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class DrawCardsCommand extends Command {
|
||||
name: 'draw-cards',
|
||||
aliases: ['draw-hand'],
|
||||
group: 'random-res',
|
||||
memberName: 'draw-cards',
|
||||
description: 'Draws a random hand of playing cards.',
|
||||
flags: [
|
||||
{
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class FactCoreCommand extends Command {
|
||||
super(client, {
|
||||
name: 'fact-core',
|
||||
group: 'random-res',
|
||||
memberName: 'fact-core',
|
||||
description: 'Responds with a random Fact Core quote.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class FactCommand extends Command {
|
||||
super(client, {
|
||||
name: 'fact',
|
||||
group: 'random-res',
|
||||
memberName: 'fact',
|
||||
description: 'Responds with a random fact.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class FakePollCommand extends Command {
|
||||
name: 'fake-poll',
|
||||
aliases: ['phony-poll', 'f-poll'],
|
||||
group: 'random-res',
|
||||
memberName: 'fake-poll',
|
||||
description: 'Randomly polls a bunch of fake users for their opinion on a yes/no question.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class FmlCommand extends Command {
|
||||
name: 'fml',
|
||||
aliases: ['fuck-my-life', 'f-my-life'],
|
||||
group: 'random-res',
|
||||
memberName: 'fml',
|
||||
description: 'Responds with a FML quote.',
|
||||
nsfw: true,
|
||||
credit: [
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class FortuneCommand extends Command {
|
||||
name: 'fortune',
|
||||
aliases: ['fortune-cookie'],
|
||||
group: 'random-res',
|
||||
memberName: 'fortune',
|
||||
description: 'Responds with a random fortune.'
|
||||
});
|
||||
}
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class GithubZenCommand extends Command {
|
||||
name: 'github-zen',
|
||||
aliases: ['gh-zen'],
|
||||
group: 'random-res',
|
||||
memberName: 'github-zen',
|
||||
description: 'Responds with a random GitHub design philosophy.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class IncorrectQuoteCommand extends Command {
|
||||
name: 'incorrect-quote',
|
||||
aliases: ['fake-quote', 'i-quote', 'f-quote', 'fq', 'scatter-patter'],
|
||||
group: 'random-res',
|
||||
memberName: 'incorrect-quote',
|
||||
description: 'Generates an incorrect quote.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class JokeCommand extends Command {
|
||||
super(client, {
|
||||
name: 'joke',
|
||||
group: 'random-res',
|
||||
memberName: 'joke',
|
||||
description: 'Responds with a random joke.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -28,7 +28,6 @@ module.exports = class KissMarryKillCommand extends Command {
|
||||
'mkf'
|
||||
],
|
||||
group: 'random-res',
|
||||
memberName: 'kiss-marry-kill',
|
||||
description: 'Determines who to kiss, who to marry, and who to kill.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class LightNovelTitleCommand extends Command {
|
||||
name: 'light-novel-title',
|
||||
aliases: ['ln-title'],
|
||||
group: 'random-res',
|
||||
memberName: 'light-novel-title',
|
||||
description: 'Responds with a randomly generated Light Novel title.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class LoremIpsumCommand extends Command {
|
||||
name: 'lorem-ipsum',
|
||||
aliases: ['lorem', 'ipsum'],
|
||||
group: 'random-res',
|
||||
memberName: 'lorem-ipsum',
|
||||
description: 'Generates a randomized Lorem Ipsum placeholder text.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class MagicConchCommand extends Command {
|
||||
name: 'magic-conch',
|
||||
aliases: ['magic-conch-shell', 'conch'],
|
||||
group: 'random-res',
|
||||
memberName: 'magic-conch',
|
||||
description: 'Asks your question to the Magic Conch.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class NameCommand extends Command {
|
||||
super(client, {
|
||||
name: 'name',
|
||||
group: 'random-res',
|
||||
memberName: 'name',
|
||||
description: 'Responds with a random name, with the gender of your choice.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class NeverHaveIEverCommand extends Command {
|
||||
name: 'never-have-i-ever',
|
||||
aliases: ['nhie', 'never-have-i', 'never-have', 'never-ever'],
|
||||
group: 'random-res',
|
||||
memberName: 'never-have-i-ever',
|
||||
description: 'Responds with a random "Never Have I Ever..." statement.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class NumberFactCommand extends Command {
|
||||
name: 'number-fact',
|
||||
aliases: ['num-fact'],
|
||||
group: 'random-res',
|
||||
memberName: 'number-fact',
|
||||
description: 'Responds with a random fact about a specific number.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class OffspringCommand extends Command {
|
||||
name: 'offspring',
|
||||
aliases: ['sex'],
|
||||
group: 'random-res',
|
||||
memberName: 'offspring',
|
||||
description: 'Determines if your new child will be a boy or a girl.'
|
||||
});
|
||||
}
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class OpinionCommand extends Command {
|
||||
super(client, {
|
||||
name: 'opinion',
|
||||
group: 'random-res',
|
||||
memberName: 'opinion',
|
||||
description: 'Determines the opinion on something.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class OracleTurretCommand extends Command {
|
||||
super(client, {
|
||||
name: 'oracle-turret',
|
||||
group: 'random-res',
|
||||
memberName: 'oracle-turret',
|
||||
description: 'Responds with a random Oracle Turret quote.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class PunCommand extends Command {
|
||||
super(client, {
|
||||
name: 'pun',
|
||||
group: 'random-res',
|
||||
memberName: 'pun',
|
||||
description: 'Responds with a random pun.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class QuantumCoinCommand extends Command {
|
||||
name: 'quantum-coin',
|
||||
aliases: ['q-coin'],
|
||||
group: 'random-res',
|
||||
memberName: 'quantum-coin',
|
||||
description: 'Flips a coin that lands on some form of nothing.'
|
||||
});
|
||||
}
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class QuoteCommand extends Command {
|
||||
super(client, {
|
||||
name: 'quote',
|
||||
group: 'random-res',
|
||||
memberName: 'quote',
|
||||
description: 'Responds with a random quote.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class RandomUserCommand extends Command {
|
||||
name: 'random-user',
|
||||
aliases: ['member-roulette', 'user-roulette', 'random-member', 'someone', '@someone'],
|
||||
group: 'random-res',
|
||||
memberName: 'random-user',
|
||||
description: 'Randomly chooses a member of the server.'
|
||||
});
|
||||
}
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class RankCommand extends Command {
|
||||
super(client, {
|
||||
name: 'rank',
|
||||
group: 'random-res',
|
||||
memberName: 'rank',
|
||||
description: 'Ranks the options you provide.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class RateCommand extends Command {
|
||||
name: 'rate',
|
||||
aliases: ['rate-waifu'],
|
||||
group: 'random-res',
|
||||
memberName: 'rate',
|
||||
description: 'Rates something.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class RoastCommand extends Command {
|
||||
name: 'roast',
|
||||
aliases: ['insult'],
|
||||
group: 'random-res',
|
||||
memberName: 'roast',
|
||||
description: 'Roasts a user.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class RollCommand extends Command {
|
||||
name: 'roll',
|
||||
aliases: ['dice'],
|
||||
group: 'random-res',
|
||||
memberName: 'roll',
|
||||
description: 'Rolls a dice with a minimum/maximum value of your choice.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class SecurityKeyCommand extends Command {
|
||||
name: 'security-key',
|
||||
aliases: ['crypto', 'random-bytes'],
|
||||
group: 'random-res',
|
||||
memberName: 'security-key',
|
||||
description: 'Responds with a random security key.'
|
||||
});
|
||||
}
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class SmwLevelCommand extends Command {
|
||||
name: 'smw-level',
|
||||
aliases: ['super-mario-world-level'],
|
||||
group: 'random-res',
|
||||
memberName: 'smw-level',
|
||||
description: 'Responds with a random Super Mario World level name.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class SuggestCommandCommand extends Command {
|
||||
name: 'suggest-command',
|
||||
aliases: ['command-suggestion', 'command-suggest', 'suggest-cmd', 'cmd-suggest'],
|
||||
group: 'random-res',
|
||||
memberName: 'suggest-command',
|
||||
description: 'Suggests a random command for you to try.'
|
||||
});
|
||||
}
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class SuperpowerCommand extends Command {
|
||||
super(client, {
|
||||
name: 'superpower',
|
||||
group: 'random-res',
|
||||
memberName: 'superpower',
|
||||
description: 'Responds with a random superpower.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class WordCommand extends Command {
|
||||
name: 'word',
|
||||
aliases: ['random-word'],
|
||||
group: 'random-res',
|
||||
memberName: 'word',
|
||||
description: 'Responds with a random word.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class XiaoFactCommand extends Command {
|
||||
name: 'xiao-fact',
|
||||
aliases: ['iao-fact', 'bot-fact', 'easter-egg'],
|
||||
group: 'random-res',
|
||||
memberName: 'xiao-fact',
|
||||
description: 'Responds with a random fact about Xiao.'
|
||||
});
|
||||
}
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class YesNoCommand extends Command {
|
||||
name: 'yes-no',
|
||||
aliases: ['y-n'],
|
||||
group: 'random-res',
|
||||
memberName: 'yes-no',
|
||||
description: 'Answers a yes/no question randomly.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class YoMamaCommand extends Command {
|
||||
name: 'yo-mama',
|
||||
aliases: ['your-mama'],
|
||||
group: 'random-res',
|
||||
memberName: 'yo-mama',
|
||||
description: 'Responds with a random "Yo Mama" joke.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user