mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 15:07:42 +02:00
Remove memberName (leftover Commando thing)
This commit is contained in:
@@ -9,7 +9,6 @@ module.exports = class AnalogClockCommand extends Command {
|
||||
name: 'analog-clock',
|
||||
aliases: ['analog-time', 'analog-time-zone', 'clock', 'analog'],
|
||||
group: 'edit-image',
|
||||
memberName: 'analog-clock',
|
||||
description: 'Draws an analog clock for a timezone.',
|
||||
details: '**Zones:** <https://en.wikipedia.org/wiki/List_of_tz_database_time_zones>',
|
||||
credit: [
|
||||
|
||||
@@ -11,7 +11,6 @@ module.exports = class ApprovedCommand extends Command {
|
||||
name: 'approved',
|
||||
aliases: ['approve'],
|
||||
group: 'edit-image',
|
||||
memberName: 'approved',
|
||||
description: 'Draws an "approved" stamp over an image or a user\'s avatar.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class AsciiCommand extends Command {
|
||||
super(client, {
|
||||
name: 'ascii',
|
||||
group: 'edit-image',
|
||||
memberName: 'ascii',
|
||||
description: 'Draws an image or a user\'s avatar but with ascii.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class BlurCommand extends Command {
|
||||
name: 'blur',
|
||||
aliases: ['gaussian', 'gaussian-blur', 'stackblur'],
|
||||
group: 'edit-image',
|
||||
memberName: 'blur',
|
||||
description: 'Draws an image or a user\'s avatar but blurred.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -11,7 +11,6 @@ module.exports = class BobRossCommand extends Command {
|
||||
name: 'bob-ross',
|
||||
aliases: ['ross'],
|
||||
group: 'edit-image',
|
||||
memberName: 'bob-ross',
|
||||
description: 'Draws an image or a user\'s avatar over Bob Ross\' canvas.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class BrazzersCommand extends Command {
|
||||
super(client, {
|
||||
name: 'brazzers',
|
||||
group: 'edit-image',
|
||||
memberName: 'brazzers',
|
||||
description: 'Draws an image with the Brazzers logo in the corner.',
|
||||
nsfw: true,
|
||||
throttling: {
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class CharcoalCommand extends Command {
|
||||
super(client, {
|
||||
name: 'charcoal',
|
||||
group: 'edit-image',
|
||||
memberName: 'charcoal',
|
||||
description: 'Draws an image or a user\'s avatar but with charcoal.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class ChocolateMilkCommand extends Command {
|
||||
name: 'chocolate-milk',
|
||||
aliases: ['milk', 'sip-milk', 'sip-chocolate-milk', 'choccy', 'sip-choccy'],
|
||||
group: 'edit-image',
|
||||
memberName: 'chocolate-milk',
|
||||
description: 'Draws an image or user\'s avatar holding chocolate milk.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class CircleCommand extends Command {
|
||||
name: 'circle',
|
||||
aliases: ['preview-avatar', 'preview-ava', 'preview-pfp'],
|
||||
group: 'edit-image',
|
||||
memberName: 'circle',
|
||||
description: 'Draws an image or a user\'s avatar as a circle.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class ColorCommand extends Command {
|
||||
name: 'color',
|
||||
aliases: ['colour'],
|
||||
group: 'edit-image',
|
||||
memberName: 'color',
|
||||
description: 'Sends an image of the color you choose.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -11,7 +11,6 @@ module.exports = class CommunistCommand extends Command {
|
||||
name: 'communist',
|
||||
aliases: ['commie', 'communism'],
|
||||
group: 'edit-image',
|
||||
memberName: 'communist',
|
||||
description: 'Draws the Communist flag over an image or a user\'s avatar.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class ContrastCommand extends Command {
|
||||
super(client, {
|
||||
name: 'contrast',
|
||||
group: 'edit-image',
|
||||
memberName: 'contrast',
|
||||
description: 'Draws an image or a user\'s avatar but with contrast.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -14,7 +14,6 @@ module.exports = class ConvertImageCommand extends Command {
|
||||
name: 'convert-image',
|
||||
aliases: ['convert-img', 'image-convert', 'img-convert'],
|
||||
group: 'edit-image',
|
||||
memberName: 'convert-image',
|
||||
description: 'Converts an image from one format to another.',
|
||||
details: `**Formats:** ${Object.keys(formats).join(', ')}`,
|
||||
throttling: {
|
||||
|
||||
@@ -7,7 +7,6 @@ module.exports = class CreateQRCodeCommand extends Command {
|
||||
name: 'create-qr-code',
|
||||
aliases: ['create-qr'],
|
||||
group: 'edit-image',
|
||||
memberName: 'create-qr-code',
|
||||
description: 'Converts text to a QR Code.',
|
||||
credit: [
|
||||
{
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class CropToContentCommand extends Command {
|
||||
super(client, {
|
||||
name: 'crop-to-content',
|
||||
group: 'edit-image',
|
||||
memberName: 'crop-to-content',
|
||||
description: 'Crops an image to its content.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class DesaturateCommand extends Command {
|
||||
name: 'desaturate',
|
||||
aliases: ['saturate'],
|
||||
group: 'edit-image',
|
||||
memberName: 'desaturate',
|
||||
description: 'Draws an image or a user\'s avatar but desaturated.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class DexterCommand extends Command {
|
||||
super(client, {
|
||||
name: 'dexter',
|
||||
group: 'edit-image',
|
||||
memberName: 'dexter',
|
||||
description: 'Draws an image or a user\'s avatar over the screen of Dexter from Pokémon.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class DistortCommand extends Command {
|
||||
super(client, {
|
||||
name: 'distort',
|
||||
group: 'edit-image',
|
||||
memberName: 'distort',
|
||||
description: 'Draws an image or a user\'s avatar but distorted.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class EmbossCommand extends Command {
|
||||
super(client, {
|
||||
name: 'emboss',
|
||||
group: 'edit-image',
|
||||
memberName: 'emboss',
|
||||
description: 'Draws an image or a user\'s avatar but embossed.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -11,7 +11,6 @@ module.exports = class FireFrameCommand extends Command {
|
||||
name: 'fire-frame',
|
||||
aliases: ['hell-frame', 'burn-frame', 'flames-frame', 'fire', 'hell', 'burn', 'flames'],
|
||||
group: 'edit-image',
|
||||
memberName: 'fire-frame',
|
||||
description: 'Draws a fiery border over an image or a user\'s avatar.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class FishEyeCommand extends Command {
|
||||
name: 'fish-eye',
|
||||
aliases: ['bulge'],
|
||||
group: 'edit-image',
|
||||
memberName: 'fish-eye',
|
||||
description: 'Draws an image or a user\'s avatar but with a fish-eye lens.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -12,7 +12,6 @@ module.exports = class FrameCommand extends Command {
|
||||
name: 'frame',
|
||||
aliases: ['picture-frame', 'photo-frame'],
|
||||
group: 'edit-image',
|
||||
memberName: 'frame',
|
||||
description: 'Draws a frame around an image or a user\'s avatar.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class GhostCommand extends Command {
|
||||
super(client, {
|
||||
name: 'ghost',
|
||||
group: 'edit-image',
|
||||
memberName: 'ghost',
|
||||
description: 'Draws an image or a user\'s avatar but with a ghost-like transparency.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class GlassShatterCommand extends Command {
|
||||
name: 'glass-shatter',
|
||||
aliases: ['shatter', 'glass'],
|
||||
group: 'edit-image',
|
||||
memberName: 'glass-shatter',
|
||||
description: 'Draws an image or a user\'s avatar with a glass shatter in front of it.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class GlitchCommand extends Command {
|
||||
super(client, {
|
||||
name: 'glitch',
|
||||
group: 'edit-image',
|
||||
memberName: 'glitch',
|
||||
description: 'Draws an image or a user\'s avatar but glitched.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class GreyscaleCommand extends Command {
|
||||
name: 'greyscale',
|
||||
aliases: ['grayscale'],
|
||||
group: 'edit-image',
|
||||
memberName: 'greyscale',
|
||||
description: 'Draws an image or a user\'s avatar in greyscale.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class GunCommand extends Command {
|
||||
super(client, {
|
||||
name: 'gun',
|
||||
group: 'edit-image',
|
||||
memberName: 'gun',
|
||||
description: 'Draws a gun over an image or a user\'s avatar.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class HandsCommand extends Command {
|
||||
name: 'hands',
|
||||
aliases: ['grab', 'pedo-hands'],
|
||||
group: 'edit-image',
|
||||
memberName: 'hands',
|
||||
description: 'Draws creepy hands over an image or a user\'s avatar.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class IfunnyCommand extends Command {
|
||||
super(client, {
|
||||
name: 'ifunny',
|
||||
group: 'edit-image',
|
||||
memberName: 'ifunny',
|
||||
description: 'Draws an image with the iFunny logo.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class ImplodeCommand extends Command {
|
||||
super(client, {
|
||||
name: 'implode',
|
||||
group: 'edit-image',
|
||||
memberName: 'implode',
|
||||
description: 'Draws an image or a user\'s avatar but imploded.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class InvertCommand extends Command {
|
||||
super(client, {
|
||||
name: 'invert',
|
||||
group: 'edit-image',
|
||||
memberName: 'invert',
|
||||
description: 'Draws an image or a user\'s avatar but inverted.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class LegoIconCommand extends Command {
|
||||
name: 'lego-icon',
|
||||
aliases: ['icon-lego', 'lego-star-wars', 'lego-sw'],
|
||||
group: 'edit-image',
|
||||
memberName: 'lego-icon',
|
||||
description: 'Edits an image or avatar onto a character icon from LEGO Star Wars.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class LiquidRescaleCommand extends Command {
|
||||
name: 'liquid-rescale',
|
||||
aliases: ['magick', 'magik'],
|
||||
group: 'edit-image',
|
||||
memberName: 'liquid-rescale',
|
||||
description: 'Draws an image or a user\'s avatar but with liquid rescale from ImageMagick.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class MirrorCommand extends Command {
|
||||
super(client, {
|
||||
name: 'mirror',
|
||||
group: 'edit-image',
|
||||
memberName: 'mirror',
|
||||
description: 'Draws an image or a user\'s avatar but mirrored on the X/Y axis (or both).',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class MotionBlurCommand extends Command {
|
||||
name: 'motion-blur',
|
||||
aliases: ['m-blur', 'motion'],
|
||||
group: 'edit-image',
|
||||
memberName: 'motion-blur',
|
||||
description: 'Draws an image or a user\'s avatar with motion blur.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class NeedsMoreJpegCommand extends Command {
|
||||
name: 'needs-more-jpeg',
|
||||
aliases: ['jpeg', 'jpegify'],
|
||||
group: 'edit-image',
|
||||
memberName: 'needs-more-jpeg',
|
||||
description: 'Draws an image or a user\'s avatar as a low quality JPEG.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class NoiseCommand extends Command {
|
||||
super(client, {
|
||||
name: 'noise',
|
||||
group: 'edit-image',
|
||||
memberName: 'noise',
|
||||
description: 'Draws an image or a user\'s avatar but with noise.',
|
||||
details: `**Types:** ${types.join(', ')}`,
|
||||
throttling: {
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class OilPaintingCommand extends Command {
|
||||
name: 'oil-painting',
|
||||
aliases: ['oil', 'paint', 'painting'],
|
||||
group: 'edit-image',
|
||||
memberName: 'oil-painting',
|
||||
description: 'Draws an image or a user\'s avatar but with oil paints.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class OldPhotoCommand extends Command {
|
||||
name: 'old-photo',
|
||||
aliases: ['old', 'old-timey'],
|
||||
group: 'edit-image',
|
||||
memberName: 'old-photo',
|
||||
description: 'Draws an image or a user\'s avatar as an old-timey photo.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -12,7 +12,6 @@ module.exports = class PetCommand extends Command {
|
||||
super(client, {
|
||||
name: 'pet',
|
||||
group: 'edit-image',
|
||||
memberName: 'pet',
|
||||
description: 'Pets an image or a user\'s avatar.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class PixelizeCommand extends Command {
|
||||
name: 'pixelize',
|
||||
aliases: ['pixel'],
|
||||
group: 'edit-image',
|
||||
memberName: 'pixelize',
|
||||
description: 'Draws an image or a user\'s avatar pixelized.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class PokemonFusionCommand extends Command {
|
||||
name: 'pokemon-fusion',
|
||||
aliases: ['poke-fusion', 'poke-fuse', 'pokémon-fusion', 'poké-fusion', 'poké-fuse', 'pkmn-fuse', 'pkmn-fusion'],
|
||||
group: 'edit-image',
|
||||
memberName: 'pokemon-fusion',
|
||||
description: 'Fuses two Generation I Pokémon together.',
|
||||
clientPermissions: [PermissionFlagsBits.AttachFiles],
|
||||
credit: [
|
||||
|
||||
@@ -11,7 +11,6 @@ module.exports = class PoliceTapeCommand extends Command {
|
||||
name: 'police-tape',
|
||||
aliases: ['caution-tape'],
|
||||
group: 'edit-image',
|
||||
memberName: 'police-tape',
|
||||
description: 'Draws police tape over an image or a user\'s avatar.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class RainbowCommand extends Command {
|
||||
name: 'rainbow',
|
||||
aliases: ['gay'],
|
||||
group: 'edit-image',
|
||||
memberName: 'rainbow',
|
||||
description: 'Draws a rainbow over an image or a user\'s avatar.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -11,7 +11,6 @@ module.exports = class RejctedCommand extends Command {
|
||||
name: 'rejected',
|
||||
aliases: ['reject'],
|
||||
group: 'edit-image',
|
||||
memberName: 'rejected',
|
||||
description: 'Draws a "rejected" stamp over an image or a user\'s avatar.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class ResizeCommand extends Command {
|
||||
super(client, {
|
||||
name: 'resize',
|
||||
group: 'edit-image',
|
||||
memberName: 'resize',
|
||||
description: 'Draws an image or a user\'s avatar resized to the size you want.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class RotateCommand extends Command {
|
||||
super(client, {
|
||||
name: 'rotate',
|
||||
group: 'edit-image',
|
||||
memberName: 'rotate',
|
||||
description: 'Draws an image or a user\'s avatar but rotated a number of degrees.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class SepiaCommand extends Command {
|
||||
super(client, {
|
||||
name: 'sepia',
|
||||
group: 'edit-image',
|
||||
memberName: 'sepia',
|
||||
description: 'Draws an image or a user\'s avatar in sepia.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class ShakeCommand extends Command {
|
||||
name: 'shake',
|
||||
aliases: ['shook'],
|
||||
group: 'edit-image',
|
||||
memberName: 'shake',
|
||||
description: 'Draws an image or a user\'s avatar shaking.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class SilhouetteCommand extends Command {
|
||||
super(client, {
|
||||
name: 'silhouette',
|
||||
group: 'edit-image',
|
||||
memberName: 'silhouette',
|
||||
description: 'Draws a silhouette of an image or a user\'s avatar.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class SipCommand extends Command {
|
||||
name: 'sip',
|
||||
aliases: ['tea', 'sip-tea'],
|
||||
group: 'edit-image',
|
||||
memberName: 'sip',
|
||||
description: 'Draws a user\'s avatar sipping tea.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -12,7 +12,6 @@ module.exports = class SketchCommand extends Command {
|
||||
name: 'sketch',
|
||||
aliases: ['pencil-sketch'],
|
||||
group: 'edit-image',
|
||||
memberName: 'sketch',
|
||||
description: 'Draws an image or a user\'s avatar but sketched.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class SnapchatCommand extends Command {
|
||||
name: 'snapchat',
|
||||
aliases: ['snap'],
|
||||
group: 'edit-image',
|
||||
memberName: 'snapchat',
|
||||
description: 'Creates a fake Snap from Snapchat with the image and text you provide.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -12,7 +12,6 @@ module.exports = class SpaghettiCommand extends Command {
|
||||
name: 'spaghetti',
|
||||
aliases: ['spaghet', 'pasta', 'spaghettify'],
|
||||
group: 'edit-image',
|
||||
memberName: 'spaghetti',
|
||||
description: 'Draws an image or a user\'s avatar but as spaghetti.',
|
||||
throttling: {
|
||||
usages: 1,
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class SpotifyNowPlayingCommand extends Command {
|
||||
name: 'spotify-now-playing',
|
||||
aliases: ['now-playing-spotify', 'spotify', 'spotify-playing', 'playing-spotify'],
|
||||
group: 'edit-image',
|
||||
memberName: 'spotify-now-playing',
|
||||
description: 'Draws an image or a user\'s avatar on a Spotify album with the name and artist of your choice.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -8,7 +8,6 @@ module.exports = class SquareCommand extends Command {
|
||||
super(client, {
|
||||
name: 'square',
|
||||
group: 'edit-image',
|
||||
memberName: 'square',
|
||||
description: 'Draws an image or a user\'s avatar as a square.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class SquishCommand extends Command {
|
||||
name: 'squish',
|
||||
aliases: ['stretch', 'flatten', 'flat'],
|
||||
group: 'edit-image',
|
||||
memberName: 'squish',
|
||||
description: 'Draws an image or a user\'s avatar but squished across the X or Y axis.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class SteamCardCommand extends Command {
|
||||
name: 'steam-card',
|
||||
aliases: ['valve-card'],
|
||||
group: 'edit-image',
|
||||
memberName: 'steam-card',
|
||||
description: 'Draws an image or a user\'s avatar on a Steam Trading Card.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -10,7 +10,6 @@ module.exports = class SubtitleCommand extends Command {
|
||||
name: 'subtitle',
|
||||
aliases: ['closed-caption', 'closed-captions', 'cc', 'st'],
|
||||
group: 'edit-image',
|
||||
memberName: 'subtitle',
|
||||
description: 'Adds subtitles to an image.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class SwirlCommand extends Command {
|
||||
super(client, {
|
||||
name: 'swirl',
|
||||
group: 'edit-image',
|
||||
memberName: 'swirl',
|
||||
description: 'Draws an image or a user\'s avatar but swirled.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class TintCommand extends Command {
|
||||
super(client, {
|
||||
name: 'tint',
|
||||
group: 'edit-image',
|
||||
memberName: 'tint',
|
||||
description: 'Draws an image or a user\'s avatar but tinted a specific color.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -9,7 +9,6 @@ module.exports = class VignetteCommand extends Command {
|
||||
super(client, {
|
||||
name: 'vignette',
|
||||
group: 'edit-image',
|
||||
memberName: 'vignette',
|
||||
description: 'Draws an image or a user\'s avatar with a vignette.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -11,7 +11,6 @@ module.exports = class WantedCommand extends Command {
|
||||
name: 'wanted',
|
||||
aliases: ['wanted-poster'],
|
||||
group: 'edit-image',
|
||||
memberName: 'wanted',
|
||||
description: 'Draws an image or a user\'s avatar over a wanted poster.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -11,7 +11,6 @@ module.exports = class WildPokemonCommand extends Command {
|
||||
name: 'wild-pokemon',
|
||||
aliases: ['wild-pokemon-appears', 'wild-appears', 'wild-pokémon', 'wild-pokémon-appears', 'wild-pkmn'],
|
||||
group: 'edit-image',
|
||||
memberName: 'wild-pokemon',
|
||||
description: 'Draws an image or a user\'s avatar over a wild Pokémon appearance.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
@@ -11,7 +11,6 @@ module.exports = class YouDiedCommand extends Command {
|
||||
name: 'you-died',
|
||||
aliases: ['died', 'dead'],
|
||||
group: 'edit-image',
|
||||
memberName: 'you-died',
|
||||
description: 'Sends a "You Died" screen over an image or a user\'s avatar.',
|
||||
throttling: {
|
||||
usages: 2,
|
||||
|
||||
Reference in New Issue
Block a user