mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-17 00:07:36 +02:00
Remove memberName (leftover Commando thing)
This commit is contained in:
@@ -9,7 +9,6 @@ module.exports = class AvatarFusionCommand extends Command {
|
||||
name: 'avatar-fusion',
|
||||
aliases: ['avatar-fuse', 'ava-fuse'],
|
||||
group: 'edit-avatar',
|
||||
memberName: 'avatar-fusion',
|
||||
description: 'Draws a a user\'s avatar over a user\'s avatar.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -12,7 +12,6 @@ module.exports = class EjectCommand extends Command {
|
||||
super(client, {
|
||||
name: 'eject',
|
||||
group: 'edit-avatar',
|
||||
memberName: 'eject',
|
||||
description: 'Ejects a user.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -11,7 +11,6 @@ module.exports = class HatCommand extends Command {
|
||||
super(client, {
|
||||
name: 'hat',
|
||||
group: 'edit-avatar',
|
||||
memberName: 'hat',
|
||||
description: 'Draws a hat over a user\'s avatar.',
|
||||
details: `**Hats:** ${hatsKeys.join(', ')}`,
|
||||
throttling: {
|
||||
|
||||
@@ -11,7 +11,6 @@ module.exports = class HeLivesInYouCommand extends Command {
|
||||
name: 'he-lives-in-you',
|
||||
aliases: ['mufasa', 'simba'],
|
||||
group: 'edit-avatar',
|
||||
memberName: 'he-lives-in-you',
|
||||
description: 'Draws a user\'s avatar over Simba from The Lion King\'s reflection.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -11,7 +11,6 @@ module.exports = class HeartsCommand extends Command {
|
||||
name: 'hearts',
|
||||
aliases: ['heart'],
|
||||
group: 'edit-avatar',
|
||||
memberName: 'hearts',
|
||||
description: 'Draws hearts around a user\'s avatar.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class IHaveThePowerCommand extends Command {
|
||||
name: 'i-have-the-power',
|
||||
aliases: ['he-man'],
|
||||
group: 'edit-avatar',
|
||||
memberName: 'i-have-the-power',
|
||||
description: 'Draws a user\'s avatar over He-Man\'s face.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -11,7 +11,6 @@ module.exports = class RipCommand extends Command {
|
||||
name: 'rip',
|
||||
aliases: ['grave', 'grave-stone', 'rest-in-peace'],
|
||||
group: 'edit-avatar',
|
||||
memberName: 'rip',
|
||||
description: 'Draws a user\'s avatar over a gravestone.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class StatusButtonCommand extends Command {
|
||||
name: 'status-button',
|
||||
aliases: ['c99-nl'],
|
||||
group: 'edit-avatar',
|
||||
memberName: 'status-button',
|
||||
description: 'Creates a Discord status button from c99.nl.',
|
||||
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
||||
credit: [
|
||||
|
||||
@@ -11,7 +11,6 @@ module.exports = class SteamNowPlayingCommand extends Command {
|
||||
name: 'steam-now-playing',
|
||||
aliases: ['now-playing'],
|
||||
group: 'edit-avatar',
|
||||
memberName: 'steam-now-playing',
|
||||
description: 'Draws a user\'s avatar over a Steam "now playing" notification.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -14,7 +14,6 @@ module.exports = class TriggeredCommand extends Command {
|
||||
name: 'triggered',
|
||||
aliases: ['trigger'],
|
||||
group: 'edit-avatar',
|
||||
memberName: 'triggered',
|
||||
description: 'Draws a user\'s avatar over the "Triggered" meme.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
Reference in New Issue
Block a user