mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-19 21:40:51 +02:00
Remove memberName (leftover Commando thing)
This commit is contained in:
@@ -8,7 +8,6 @@ module.exports = class ButtCommand extends Command {
|
||||
name: 'butt',
|
||||
aliases: ['butts', 'ass', 'booty'],
|
||||
group: 'random-seed',
|
||||
memberName: 'butt',
|
||||
description: 'Determines a user\'s butt quality.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class CoolnessCommand extends Command {
|
||||
name: 'coolness',
|
||||
aliases: ['cool'],
|
||||
group: 'random-seed',
|
||||
memberName: 'coolness',
|
||||
description: 'Determines a user\'s coolness.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class CutenessCommand extends Command {
|
||||
name: 'cuteness',
|
||||
aliases: ['cute'],
|
||||
group: 'random-seed',
|
||||
memberName: 'cuteness',
|
||||
description: 'Determines a user\'s cuteness.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class DickCommand extends Command {
|
||||
name: 'dick',
|
||||
aliases: ['dick-size', 'penis', 'penis-size', 'pee-pee', 'pee-pee-size', 'cock', 'cock-size', 'pp'],
|
||||
group: 'random-seed',
|
||||
memberName: 'dick',
|
||||
description: 'Determines your dick size.',
|
||||
nsfw: true,
|
||||
args: [
|
||||
|
||||
@@ -17,7 +17,6 @@ module.exports = class FriendshipCommand extends Command {
|
||||
name: 'friendship',
|
||||
aliases: ['friendship-meter', 'friends', 'friend', 'friendship-tester', 'friendship-test', 'friend-test'],
|
||||
group: 'random-seed',
|
||||
memberName: 'friendship',
|
||||
description: 'Determines how good friends two users are.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -11,7 +11,6 @@ module.exports = class GuessLooksCommand extends Command {
|
||||
name: 'guess-looks',
|
||||
aliases: ['guess-my-looks'],
|
||||
group: 'random-seed',
|
||||
memberName: 'guess-looks',
|
||||
description: 'Guesses what a user looks like.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class IQCommand extends Command {
|
||||
name: 'iq',
|
||||
aliases: ['intelligence-quotient'],
|
||||
group: 'random-seed',
|
||||
memberName: 'iq',
|
||||
description: 'Determines a user\'s IQ.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class NameRaterCommand extends Command {
|
||||
name: 'name-rater',
|
||||
aliases: ['name-rate', 'rate-name'],
|
||||
group: 'random-seed',
|
||||
memberName: 'name-rater',
|
||||
description: 'Determines a name\'s quality.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class PsychoPassCommand extends Command {
|
||||
name: 'psycho-pass',
|
||||
aliases: ['crime-coefficient'],
|
||||
group: 'random-seed',
|
||||
memberName: 'psycho-pass',
|
||||
description: 'Determines your Crime Coefficient.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -18,7 +18,6 @@ module.exports = class ShipCommand extends Command {
|
||||
name: 'ship',
|
||||
aliases: ['compatability-meter', 'compatability', 'love-tester', 'love-test'],
|
||||
group: 'random-seed',
|
||||
memberName: 'ship',
|
||||
description: 'Ships two users together.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class SmashOrPassCommand extends Command {
|
||||
name: 'smash-or-pass',
|
||||
aliases: ['pass-or-smash', 'smash-pass', 'pass-smash'],
|
||||
group: 'random-seed',
|
||||
memberName: 'smash-or-pass',
|
||||
description: 'Determines if a user is worthy of a smash or a pass.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class ThiccCommand extends Command {
|
||||
name: 'thicc',
|
||||
aliases: ['thick'],
|
||||
group: 'random-seed',
|
||||
memberName: 'thicc',
|
||||
description: 'Determines how thicc you are.',
|
||||
args: [
|
||||
{
|
||||
|
||||
@@ -13,7 +13,6 @@ module.exports = class ThinkOfCommand extends Command {
|
||||
name: 'think-of',
|
||||
aliases: ['thinks-of', 'thoughts-on', 't-of'],
|
||||
group: 'random-seed',
|
||||
memberName: 'think-of',
|
||||
description: 'Determines what a user thinks of another user.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class WorthCommand extends Command {
|
||||
name: 'worth',
|
||||
aliases: ['self-worth'],
|
||||
group: 'random-seed',
|
||||
memberName: 'worth',
|
||||
description: 'Determines how much a user is worth.',
|
||||
args: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user