Remove memberName (leftover Commando thing)

This commit is contained in:
Dragon Fire
2024-05-21 21:02:12 -04:00
parent b10c604473
commit bd02c6b1c4
516 changed files with 3 additions and 518 deletions
-1
View File
@@ -5,7 +5,6 @@ module.exports = class AgeCommand extends Command {
super(client, {
name: 'age',
group: 'analyze',
memberName: 'age',
description: 'Responds with how old someone born in a certain year is.',
args: [
{
-1
View File
@@ -9,7 +9,6 @@ module.exports = class AspectRatioCommand extends Command {
name: 'aspect-ratio',
aliases: ['aspect', 'ratio'],
group: 'analyze',
memberName: 'aspect-ratio',
description: 'Determines an image\'s aspect ratio.',
throttling: {
usages: 2,
-1
View File
@@ -8,7 +8,6 @@ module.exports = class BirthstoneCommand extends Command {
super(client, {
name: 'birthstone',
group: 'analyze',
memberName: 'birthstone',
description: 'Responds with the Birthstone for a month.',
args: [
{
-1
View File
@@ -8,7 +8,6 @@ module.exports = class CharacterCountCommand extends Command {
name: 'character-count',
aliases: ['characters', 'chars', 'length', 'char-count', 'len'],
group: 'analyze',
memberName: 'character-count',
description: 'Responds with the character count of text.',
args: [
{
-1
View File
@@ -7,7 +7,6 @@ module.exports = class ChineseZodiacCommand extends Command {
name: 'chinese-zodiac',
aliases: ['chinese-zodiac-sign', 'c-zodiac', 'c-zodiac-sign'],
group: 'analyze',
memberName: 'chinese-zodiac',
description: 'Responds with the Chinese Zodiac Sign for the given year.',
args: [
{
-1
View File
@@ -10,7 +10,6 @@ module.exports = class DominantColorCommand extends Command {
name: 'dominant-color',
aliases: ['dom-color', 'dominant-colour', 'dom-colour'],
group: 'analyze',
memberName: 'dominant-color',
description: 'Determines the dominant color of an image.',
throttling: {
usages: 2,
-1
View File
@@ -8,7 +8,6 @@ module.exports = class FacesCommand extends Command {
name: 'faces',
aliases: ['face'],
group: 'analyze',
memberName: 'faces',
description: 'Shows all detected faces in an image.',
throttling: {
usages: 1,
-1
View File
@@ -7,7 +7,6 @@ module.exports = class GenderCommand extends Command {
name: 'gender',
aliases: ['guess-gender', 'gender-guess'],
group: 'analyze',
memberName: 'gender',
description: 'Determines the gender of a name.',
credit: [
{
-1
View File
@@ -7,7 +7,6 @@ module.exports = class GenerationCommand extends Command {
name: 'generation',
aliases: ['gen'],
group: 'analyze',
memberName: 'generation',
description: 'Responds with the Generation for the given year.',
args: [
{
-1
View File
@@ -8,7 +8,6 @@ module.exports = class ImageSizeCommand extends Command {
name: 'image-size',
aliases: ['img-size', 'size', 'dimensions', 'image-dimensions', 'img-dimensions'],
group: 'analyze',
memberName: 'image-size',
description: 'Determines the size of an image.',
throttling: {
usages: 2,
-1
View File
@@ -13,7 +13,6 @@ module.exports = class IsItDownCommand extends Command {
name: 'is-it-down',
aliases: ['website-down', 'web-down', 'site-down', 'is-down'],
group: 'analyze',
memberName: 'is-it-down',
description: 'Determines if a website is down or not.',
credit: [
{
-1
View File
@@ -7,7 +7,6 @@ module.exports = class LevenshteinCommand extends Command {
name: 'levenshtein',
aliases: ['leven'],
group: 'analyze',
memberName: 'levenshtein',
description: 'Determines the levenshtein distance between two strings.',
args: [
{
-1
View File
@@ -15,7 +15,6 @@ module.exports = class NsfwImageCommand extends Command {
name: 'nsfw-image',
aliases: ['nsfw', 'nsfw-img', 'img-nsfw', 'image-nsfw'],
group: 'analyze',
memberName: 'nsfw-image',
description: 'Determines if an image is NSFW.',
throttling: {
usages: 2,
-1
View File
@@ -7,7 +7,6 @@ module.exports = class NsfwUrlCommand extends Command {
name: 'nsfw-url',
aliases: ['nsfw-uri', 'url-nsfw', 'uri-nsfw'],
group: 'analyze',
memberName: 'nsfw-url',
description: 'Determines if a URL is NSFW.',
args: [
{
-1
View File
@@ -8,7 +8,6 @@ module.exports = class ParseTimeCommand extends Command {
name: 'parse-time',
aliases: ['analyze-time', 'sherlock'],
group: 'analyze',
memberName: 'parse-time',
description: 'Analyzes the time duration you provide and gives the result.',
args: [
{
-1
View File
@@ -8,7 +8,6 @@ module.exports = class ReadQRCodeCommand extends Command {
name: 'read-qr-code',
aliases: ['scan-qr-code', 'scan-qr', 'read-qr'],
group: 'analyze',
memberName: 'read-qr-code',
description: 'Reads a QR Code.',
credit: [
{
-1
View File
@@ -8,7 +8,6 @@ module.exports = class ScrabbleScoreCommand extends Command {
name: 'scrabble-score',
aliases: ['scrabble'],
group: 'analyze',
memberName: 'scrabble-score',
description: 'Responds with the scrabble score of a word.',
credit: [
{
-1
View File
@@ -9,7 +9,6 @@ module.exports = class ScreenshotCommand extends Command {
name: 'screenshot',
aliases: ['capture', 'ss'],
group: 'analyze',
memberName: 'screenshot',
description: 'Takes a screenshot of any webpage.',
clientPermissions: [PermissionFlagsBits.AttachFiles],
throttling: {
-1
View File
@@ -8,7 +8,6 @@ module.exports = class TextDiffCommand extends Command {
name: 'text-diff',
aliases: ['diff', 'percent-diff', 'name-diff'],
group: 'analyze',
memberName: 'text-diff',
description: 'Compares two different bits of text.',
args: [
{
-1
View File
@@ -7,7 +7,6 @@ module.exports = class ValidUrlCommand extends Command {
name: 'valid-url',
aliases: ['url-valid', 'url-test', 'test-url'],
group: 'analyze',
memberName: 'valid-url',
description: 'Tests whether a URL is valid or not.',
args: [
{
-1
View File
@@ -8,7 +8,6 @@ module.exports = class ZodiacSignCommand extends Command {
name: 'zodiac-sign',
aliases: ['zodiac'],
group: 'analyze',
memberName: 'zodiac-sign',
description: 'Responds with the Zodiac Sign for the given month/day.',
args: [
{
-1
View File
@@ -6,7 +6,6 @@ module.exports = class CanYouNotCommand extends Command {
name: 'can-you-not',
aliases: ['can-u-not'],
group: 'auto',
memberName: 'can-you-not',
description: 'Can YOU not?',
patterns: [/^(can (you|u) not\??)$/i]
});
-1
View File
@@ -5,7 +5,6 @@ module.exports = class UnflipCommand extends Command {
super(client, {
name: 'unflip',
group: 'auto',
memberName: 'unflip',
description: 'Unflips a table.',
patterns: [/\(╯°□°(\)|))╯︵ ┻━┻/i]
});
-1
View File
@@ -6,7 +6,6 @@ module.exports = class CleverbotEndCommand extends Command {
name: 'cleverbot-end',
aliases: ['clevs-end', 'chat-end', 'end'],
group: 'cleverbot',
memberName: 'cleverbot-end',
description: 'Ends the current Cleverbot chat.'
});
}
-1
View File
@@ -8,7 +8,6 @@ module.exports = class CleverbotCommand extends Command {
name: 'cleverbot',
aliases: ['clevs', 'chat'],
group: 'cleverbot',
memberName: 'cleverbot',
description: 'Starts a Cleverbot conversation.',
credit: [
{
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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: {
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -9,7 +9,6 @@ module.exports = class AnimeEyesCommand extends Command {
name: 'anime-eyes',
aliases: ['ani-eyes', 'manga-eyes'],
group: 'edit-face',
memberName: 'anime-eyes',
description: 'Draws anime eyes onto the faces in an image.',
throttling: {
usages: 1,
-1
View File
@@ -9,7 +9,6 @@ module.exports = class DannyDevitoCommand extends Command {
name: 'danny-devito',
aliases: ['devito'],
group: 'edit-face',
memberName: 'danny-devito',
description: 'Draws Danny Devito\'s face onto the faces in an image.',
throttling: {
usages: 1,
-1
View File
@@ -10,7 +10,6 @@ module.exports = class EmojiFaceCommand extends Command {
name: 'emoji-face',
aliases: ['emoji-f', 'e-face'],
group: 'edit-face',
memberName: 'emoji-face',
description: 'Draws an emoji onto the faces in an image.',
throttling: {
usages: 1,
-1
View File
@@ -8,7 +8,6 @@ module.exports = class EyesCommand extends Command {
super(client, {
name: 'eyes',
group: 'edit-face',
memberName: 'eyes',
description: 'Draws emoji eyes onto the faces in an image.',
throttling: {
usages: 1,
-1
View File
@@ -8,7 +8,6 @@ module.exports = class ShrekCommand extends Command {
super(client, {
name: 'shrek',
group: 'edit-face',
memberName: 'shrek',
description: 'Draws Shrek\'s face onto the faces in an image.',
throttling: {
usages: 1,
-1
View File
@@ -25,7 +25,6 @@ module.exports = class AceAttorneyCommand extends Command {
'aa-quote'
],
group: 'edit-image-text',
memberName: 'ace-attorney',
description: 'Sends a text box from Ace Attorney with the quote and character of your choice.',
details: `**Characters:** ${Object.keys(characters).join(', ')}`,
throttling: {
-1
View File
@@ -10,7 +10,6 @@ module.exports = class AchievementCommand extends Command {
name: 'achievement',
aliases: ['minecraft-achievement', 'achieve'],
group: 'edit-image-text',
memberName: 'achievement',
description: 'Sends a Minecraft achievement with the text of your choice.',
throttling: {
usages: 2,
@@ -10,7 +10,6 @@ module.exports = class AxisCultSignUpCommand extends Command {
name: 'axis-cult-sign-up',
aliases: ['axis-sign-up'],
group: 'edit-image-text',
memberName: 'axis-cult-sign-up',
description: 'Sends an Axis Cult Sign-Up sheet for you. Join today!',
throttling: {
usages: 2,
-1
View File
@@ -10,7 +10,6 @@ module.exports = class CautionCommand extends Command {
name: 'caution',
aliases: ['caution-sign'],
group: 'edit-image-text',
memberName: 'caution',
description: 'Creates a caution sign with the text of your choice.',
throttling: {
usages: 2,
-1
View File
@@ -10,7 +10,6 @@ module.exports = class CertificateCommand extends Command {
name: 'certificate',
aliases: ['award', 'certificate-of-excellence', 'cert', 'cert-of-excellence'],
group: 'edit-image-text',
memberName: 'certificate',
description: 'Sends a certificate of excellence with the name and reason of your choice.',
throttling: {
usages: 2,
@@ -10,7 +10,6 @@ module.exports = class ChineseRestaurantCommand extends Command {
name: 'chinese-restaurant',
aliases: ['chinese-restaurant-sign', 'chinese-food-sign', 'chinese-sign'],
group: 'edit-image-text',
memberName: 'chinese-restaurant',
description: 'Sends a Chinese restaurant sign with the text of your choice.',
throttling: {
usages: 2,
-1
View File
@@ -10,7 +10,6 @@ module.exports = class DangerCommand extends Command {
name: 'danger',
aliases: ['danger-sign'],
group: 'edit-image-text',
memberName: 'danger',
description: 'Creates a danger sign with the text of your choice.',
throttling: {
usages: 2,
-1
View File
@@ -8,7 +8,6 @@ module.exports = class FontCommand extends Command {
name: 'font',
aliases: ['font-test', 'text-image', 'txt-img', 'text-img', 'txt-image'],
group: 'edit-image-text',
memberName: 'font',
description: 'Types text in a specific font.',
throttling: {
usages: 2,
-1
View File
@@ -10,7 +10,6 @@ module.exports = class GandhiQuoteCommand extends Command {
name: 'gandhi-quote',
aliases: ['gandhi', 'mahatma-gandhi', 'mahatma-gandhi-quote'],
group: 'edit-image-text',
memberName: 'gandhi-quote',
description: 'Makes Mahatma Gandhi say the quote you want.',
throttling: {
usages: 2,
-1
View File
@@ -10,7 +10,6 @@ module.exports = class HighwaySignCommand extends Command {
name: 'highway-sign',
aliases: ['road-sign', 'road-work-sign', 'electronic-highway-sign'],
group: 'edit-image-text',
memberName: 'highway-sign',
description: 'Sends a highway sign sign with the text of your choice.',
throttling: {
usages: 2,
@@ -9,7 +9,6 @@ module.exports = class HollywoodStarCommand extends Command {
name: 'hollywood-star',
aliases: ['hollywood', 'walk-of-fame', 'walk-of-fame-star'],
group: 'edit-image-text',
memberName: 'hollywood-star',
description: 'Sends a Hollywood Walk of Fame star with the name of your choice.',
throttling: {
usages: 2,
@@ -7,7 +7,6 @@ module.exports = class JeopardyQuestionCommand extends Command {
name: 'jeopardy-question',
aliases: ['clue-card', 'jeopardy-clue-card', 'jeopardy-clue'],
group: 'edit-image-text',
memberName: 'jeopardy-question',
description: 'Sends a Jeopardy Question with the text of your choice.',
throttling: {
usages: 2,
@@ -8,7 +8,6 @@ module.exports = class LicensePlateCommand extends Command {
super(client, {
name: 'license-plate',
group: 'edit-image-text',
memberName: 'license-plate',
description: 'Creates a license plate with the text of your choice.',
throttling: {
usages: 2,
-1
View File
@@ -9,7 +9,6 @@ module.exports = class SpeedLimitCommand extends Command {
name: 'speed-limit',
aliases: ['speed', 'speed-limit-sign'],
group: 'edit-image-text',
memberName: 'speed-limit',
description: 'Sends a Speed Limit sign with the limit of your choice.',
throttling: {
usages: 2,
@@ -20,7 +20,6 @@ module.exports = class SpongebobTimeCardCommand extends Command {
'sponge-time'
],
group: 'edit-image-text',
memberName: 'spongebob-time-card',
description: 'Sends a Spongebob Time Card with the text of your choice.',
throttling: {
usages: 2,
-1
View File
@@ -18,7 +18,6 @@ module.exports = class TweetCommand extends Command {
name: 'tweet',
aliases: ['fake-tweet', 'twitter', 'x-post', 'excrete', 'xcrete', 'crete'],
group: 'edit-image-text',
memberName: 'tweet',
description: 'Sends a Twitter tweet with the user and text of your choice.',
throttling: {
usages: 2,
-1
View File
@@ -19,7 +19,6 @@ module.exports = class UndertaleCommand extends Command {
'ut-quote'
],
group: 'edit-image-text',
memberName: 'undertale',
description: 'Sends a text box from Undertale with the quote and character of your choice.',
details: `**Characters:** ${characters.join(', ')}`,
throttling: {
@@ -22,7 +22,6 @@ module.exports = class ZeroDialogueCommand extends Command {
'mm-zero'
],
group: 'edit-image-text',
memberName: 'zero-dialogue',
description: 'Sends a text box from Megaman Zero with the quote of your choice.',
throttling: {
usages: 2,
-1
View File
@@ -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: [
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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: {
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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: {
-1
View File
@@ -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: [
{
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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: {
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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,
-1
View File
@@ -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: [

Some files were not shown because too many files have changed in this diff Show More