mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 08:17:35 +02:00
Remove memberName (leftover Commando thing)
This commit is contained in:
@@ -9,7 +9,6 @@ module.exports = class CaveCommand extends Command {
|
||||
name: 'cave',
|
||||
aliases: ['cavern', 'mine'],
|
||||
group: 'single',
|
||||
memberName: 'cave',
|
||||
description: 'Sends a Minecraft cave that blends in with the chat.',
|
||||
details: `**Types:** ${types.join(', ')}`,
|
||||
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class DarkLightCommand extends Command {
|
||||
name: 'dark-light',
|
||||
aliases: ['dark-theme-light-theme', 'light-theme-dark-theme', 'dark-theme', 'light-theme', 'dtlt'],
|
||||
group: 'single',
|
||||
memberName: 'dark-light',
|
||||
description: 'Determines whether you use dark or light theme.',
|
||||
details: `**Types:** ${types.join(', ')}`,
|
||||
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class EatPantCommand extends Command {
|
||||
name: 'eat-pant',
|
||||
aliases: ['bort-sampson'],
|
||||
group: 'single',
|
||||
memberName: 'eat-pant',
|
||||
description: 'Eat pant.',
|
||||
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
||||
credit: [
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class EggsGetLaidCommand extends Command {
|
||||
name: 'eggs-get-laid',
|
||||
aliases: ['eggs-gets-laid'],
|
||||
group: 'single',
|
||||
memberName: 'eggs-get-laid',
|
||||
description: 'Sends the ultimate roast.',
|
||||
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
||||
credit: [
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class FlyCommand extends Command {
|
||||
super(client, {
|
||||
name: 'fly',
|
||||
group: 'single',
|
||||
memberName: 'fly',
|
||||
description: 'Sends a fake fly that looks surprisngly real.',
|
||||
clientPermissions: [PermissionFlagsBits.AttachFiles]
|
||||
});
|
||||
|
||||
@@ -5,7 +5,6 @@ module.exports = class GiveFlowerCommand extends Command {
|
||||
super(client, {
|
||||
name: 'give-flower',
|
||||
group: 'single',
|
||||
memberName: 'give-flower',
|
||||
description: 'Gives Xiao Pai a flower.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -5,7 +5,6 @@ module.exports = class HelloWorldCommand extends Command {
|
||||
super(client, {
|
||||
name: 'hello-world',
|
||||
group: 'single',
|
||||
memberName: 'hello-world',
|
||||
description: 'Hello world!'
|
||||
});
|
||||
}
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class HiCommand extends Command {
|
||||
name: 'hi',
|
||||
aliases: ['hello', 'hey', 'hoi', 'hola'],
|
||||
group: 'single',
|
||||
memberName: 'hi',
|
||||
description: 'Hello.'
|
||||
});
|
||||
}
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class IdiotCommand extends Command {
|
||||
name: 'idiot',
|
||||
aliases: ['moron'],
|
||||
group: 'single',
|
||||
memberName: 'idiot',
|
||||
description: 'Sends a link to an idiot.'
|
||||
});
|
||||
}
|
||||
|
||||
@@ -6,7 +6,6 @@ module.exports = class RickrollCommand extends Command {
|
||||
name: 'rickroll',
|
||||
aliases: ['never-gonna-give-you-up', 'rick-astley'],
|
||||
group: 'single',
|
||||
memberName: 'rickroll',
|
||||
description: 'Sends a link to the "Never Gonna Give You Up" music video.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -14,7 +14,6 @@ module.exports = class TableflipCommand extends Command {
|
||||
name: 'tableflip',
|
||||
aliases: ['a-tableflip', 'animated-tableflip'],
|
||||
group: 'single',
|
||||
memberName: 'tableflip',
|
||||
description: 'Flips a table... With animation!'
|
||||
});
|
||||
}
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class WhereIsEverybodyCommand extends Command {
|
||||
name: 'where-is-everybody',
|
||||
aliases: ['where-is-everyone', 'where-everybody', 'where-everyone'],
|
||||
group: 'single',
|
||||
memberName: 'where-is-everybody',
|
||||
description: 'Where is everybody?',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class YoffCommand extends Command {
|
||||
super(client, {
|
||||
name: 'yoff',
|
||||
group: 'single',
|
||||
memberName: 'yoff',
|
||||
description: 'Posts a picture that truly defines modern art.',
|
||||
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
||||
credit: [
|
||||
|
||||
Reference in New Issue
Block a user