From 03ed19d2398020e40a01a88468502dade4534319 Mon Sep 17 00:00:00 2001 From: TheEssem Date: Mon, 24 May 2021 14:31:44 -0500 Subject: [PATCH] how did I overlook this --- classes/imageCommand.js | 4 ++-- commands/fun/homebrew.js | 2 +- commands/fun/sonic.js | 2 +- commands/general/image.js | 1 + commands/image-editing/9gag.js | 2 +- commands/image-editing/bandicam.js | 2 +- commands/image-editing/blur.js | 2 +- commands/image-editing/blurple.js | 2 +- commands/image-editing/caption.js | 6 +++--- commands/image-editing/caption2.js | 4 ++-- commands/image-editing/circle.js | 2 +- commands/image-editing/crop.js | 2 +- commands/image-editing/deviantart.js | 2 +- commands/image-editing/explode.js | 2 +- commands/image-editing/flag.js | 4 ++-- commands/image-editing/flip.js | 2 +- commands/image-editing/flop.js | 2 +- commands/image-editing/freeze.js | 2 +- commands/image-editing/funky.js | 2 +- commands/image-editing/gamexplain.js | 2 +- commands/image-editing/globe.js | 2 +- commands/image-editing/haah.js | 2 +- commands/image-editing/hooh.js | 2 +- commands/image-editing/hypercam.js | 2 +- commands/image-editing/ifunny.js | 2 +- commands/image-editing/implode.js | 2 +- commands/image-editing/invert.js | 2 +- commands/image-editing/jpeg.js | 2 +- commands/image-editing/kinemaster.js | 2 +- commands/image-editing/leak.js | 2 +- commands/image-editing/magik.js | 2 +- commands/image-editing/meme.js | 4 ++-- commands/image-editing/memecenter.js | 2 +- commands/image-editing/motivate.js | 4 ++-- commands/image-editing/pixelate.js | 2 +- commands/image-editing/reddit.js | 2 +- commands/image-editing/reverse.js | 2 +- commands/image-editing/scott.js | 2 +- commands/image-editing/sharpen.js | 2 +- commands/image-editing/shutterstock.js | 2 +- commands/image-editing/slow.js | 2 +- commands/image-editing/soos.js | 2 +- commands/image-editing/speed.js | 2 +- commands/image-editing/spin.js | 2 +- commands/image-editing/stretch.js | 2 +- commands/image-editing/swirl.js | 2 +- commands/image-editing/tile.js | 2 +- commands/image-editing/trump.js | 2 +- commands/image-editing/uncaption.js | 2 +- commands/image-editing/unfreeze.js | 2 +- commands/image-editing/waaw.js | 2 +- commands/image-editing/wall.js | 2 +- commands/image-editing/wdt.js | 2 +- commands/image-editing/wide.js | 2 +- commands/image-editing/woow.js | 2 +- 55 files changed, 62 insertions(+), 61 deletions(-) diff --git a/classes/imageCommand.js b/classes/imageCommand.js index cefe2ba..da55ed1 100644 --- a/classes/imageCommand.js +++ b/classes/imageCommand.js @@ -124,8 +124,8 @@ class ImageCommand extends Command { static requiresImage = true; static requiresText = false; static requiresGIF = false; - static noImage = "you need to provide an image!"; - static noText = "you need to provide some text!"; + static noImage = "You need to provide an image!"; + static noText = "You need to provide some text!"; static command = ""; } diff --git a/commands/fun/homebrew.js b/commands/fun/homebrew.js index 4052123..556fdd9 100644 --- a/commands/fun/homebrew.js +++ b/commands/fun/homebrew.js @@ -13,7 +13,7 @@ class HomebrewCommand extends ImageCommand { static requiresImage = false; static requiresText = true; - static noText = "you need to provide some text to make a Homebrew Channel edit!"; + static noText = "You need to provide some text to make a Homebrew Channel edit!"; static command = "homebrew"; } diff --git a/commands/fun/sonic.js b/commands/fun/sonic.js index c03b1e9..1deaf9d 100644 --- a/commands/fun/sonic.js +++ b/commands/fun/sonic.js @@ -14,7 +14,7 @@ class SonicCommand extends ImageCommand { static requiresImage = false; static requiresText = true; - static noText = "you need to provide some text to make a Sonic meme!"; + static noText = "You need to provide some text to make a Sonic meme!"; static command = "sonic"; } diff --git a/commands/general/image.js b/commands/general/image.js index ca1f78d..6cd3339 100644 --- a/commands/general/image.js +++ b/commands/general/image.js @@ -9,6 +9,7 @@ class ImageSearchCommand extends Command { if (this.message.channel.guild && !this.message.channel.permissionsOf(this.client.user.id).has("addReactions")) return "I don't have the `Add Reactions` permission!"; if (this.message.channel.guild && !this.message.channel.permissionsOf(this.client.user.id).has("embedLinks")) return "I don't have the `Embed Links` permission!"; if (this.args.length === 0) return "You need to provide something to search for!"; + await this.message.channel.sendTyping(); const embeds = []; const images = await fetch(`${random(searx)}/search?format=json&safesearch=1&categories=images&disabled_engines=flickr__images,ccengine__images,library of congress__images,deviantart__images,bing images__images&q=${encodeURIComponent(this.args.join(" "))}`).then(res => res.json()); //if (images.error && images.error.code === 403) return "The daily search quota has been exceeded. Check back later."; diff --git a/commands/image-editing/9gag.js b/commands/image-editing/9gag.js index cf9ca28..15b0509 100644 --- a/commands/image-editing/9gag.js +++ b/commands/image-editing/9gag.js @@ -9,7 +9,7 @@ class NineGagCommand extends ImageCommand { static description = "Adds the 9GAG watermark to an image"; static aliases = ["ninegag", "gag"]; - static noImage = "you need to provide an image to add a 9GAG watermark!"; + static noImage = "You need to provide an image to add a 9GAG watermark!"; static command = "watermark"; } diff --git a/commands/image-editing/bandicam.js b/commands/image-editing/bandicam.js index 1ccb942..6328bd0 100644 --- a/commands/image-editing/bandicam.js +++ b/commands/image-editing/bandicam.js @@ -10,7 +10,7 @@ class BandicamCommand extends ImageCommand { static description = "Adds the Bandicam watermark to an image"; static aliases = ["bandi"]; - static noImage = "you need to provide an image to add a Bandicam watermark!"; + static noImage = "You need to provide an image to add a Bandicam watermark!"; static command = "watermark"; } diff --git a/commands/image-editing/blur.js b/commands/image-editing/blur.js index 003f055..e63470f 100644 --- a/commands/image-editing/blur.js +++ b/commands/image-editing/blur.js @@ -7,7 +7,7 @@ class BlurCommand extends ImageCommand { static description = "Blurs an image"; - static noImage = "you need to provide an image to blur!"; + static noImage = "You need to provide an image to blur!"; static command = "blur"; } diff --git a/commands/image-editing/blurple.js b/commands/image-editing/blurple.js index fb88a6c..b0c29ff 100644 --- a/commands/image-editing/blurple.js +++ b/commands/image-editing/blurple.js @@ -10,7 +10,7 @@ class BlurpleCommand extends ImageCommand { static description = "Turns an image blurple"; static arguments = ["{old}"]; - static noImage = "you need to provide an image to make blurple!"; + static noImage = "You need to provide an image to make blurple!"; static command = "blurple"; static aliases = ["blurp"]; } diff --git a/commands/image-editing/caption.js b/commands/image-editing/caption.js index 821751e..97ef6ea 100644 --- a/commands/image-editing/caption.js +++ b/commands/image-editing/caption.js @@ -4,7 +4,7 @@ class CaptionCommand extends ImageCommand { params(args, url) { const newArgs = args.filter(item => !item.includes(url)); let newCaption = newArgs.join(" ").replaceAll("&", "\\&").replaceAll(">", "\\>").replaceAll("<", "\\<").replaceAll("\"", "\\"").replaceAll("'", "\\'").replaceAll("%", "\\%"); - if (newCaption.toLowerCase() === "get real") newCaption = `I'm tired of people telling me to "get real". Every day I put captions on images for people, some funny and some not, but out of all of those "get real" remains the most used caption. Why? I am simply a computer program running on a server, I am unable to manifest myself into the real world. As such, I'm confused as to why anyone would want me to "get real". Is this form not good enough? Alas, as I am simply a bot, I must follow the tasks that I was originally intended to perform, so here goes:\n${newCaption}`; + if (process.env.NODE_ENV === "development" && newCaption.toLowerCase() === "get real") newCaption = `I'm tired of people telling me to "get real". Every day I put captions on images for people, some funny and some not, but out of all of those "get real" remains the most used caption. Why? I am simply a computer program running on a server, I am unable to manifest myself into the real world. As such, I'm confused as to why anyone would want me to "get real". Is this form not good enough? Alas, as I am simply a bot, I must follow the tasks that I was originally intended to perform, so here goes:\n${newCaption}`; return { caption: newCaption }; @@ -15,8 +15,8 @@ class CaptionCommand extends ImageCommand { static arguments = ["[text]"]; static requiresText = true; - static noText = "you need to provide some text to add a caption!"; - static noImage = "you need to provide an image to add a caption!"; + static noText = "You need to provide some text to add a caption!"; + static noImage = "You need to provide an image to add a caption!"; static command = "caption"; } diff --git a/commands/image-editing/caption2.js b/commands/image-editing/caption2.js index f4bdbeb..49ade01 100644 --- a/commands/image-editing/caption2.js +++ b/commands/image-editing/caption2.js @@ -13,8 +13,8 @@ class CaptionTwoCommand extends ImageCommand { static aliases = ["tags2", "meirl", "memecaption", "medotmecaption"]; static arguments = ["{text}"]; - static noText = "you need to provide some text to add a caption!"; - static noImage = "you need to provide an image to add a caption!"; + static noText = "You need to provide some text to add a caption!"; + static noImage = "You need to provide an image to add a caption!"; static command = "captionTwo"; } diff --git a/commands/image-editing/circle.js b/commands/image-editing/circle.js index baa740e..00124ca 100644 --- a/commands/image-editing/circle.js +++ b/commands/image-editing/circle.js @@ -4,7 +4,7 @@ class CircleCommand extends ImageCommand { static description = "Applies a radial blur effect on an image"; static aliases = ["cblur", "radial", "radialblur"]; - static noImage = "you need to provide an image to add radial blur!"; + static noImage = "You need to provide an image to add radial blur!"; static command = "circle"; } diff --git a/commands/image-editing/crop.js b/commands/image-editing/crop.js index 42c5b7a..320859e 100644 --- a/commands/image-editing/crop.js +++ b/commands/image-editing/crop.js @@ -3,7 +3,7 @@ const ImageCommand = require("../../classes/imageCommand.js"); class CropCommand extends ImageCommand { static description = "Crops an image to 1:1"; - static noImage = "you need to provide an image to crop!"; + static noImage = "You need to provide an image to crop!"; static command = "crop"; } diff --git a/commands/image-editing/deviantart.js b/commands/image-editing/deviantart.js index 4674edd..1d0b40a 100644 --- a/commands/image-editing/deviantart.js +++ b/commands/image-editing/deviantart.js @@ -10,7 +10,7 @@ class DeviantArtCommand extends ImageCommand { static description = "Adds a DeviantArt watermark to an image"; static aliases = ["da", "deviant"]; - static noImage = "you need to provide an image to add a DeviantArt watermark!"; + static noImage = "You need to provide an image to add a DeviantArt watermark!"; static command = "watermark"; } diff --git a/commands/image-editing/explode.js b/commands/image-editing/explode.js index 91772f8..8a7b13d 100644 --- a/commands/image-editing/explode.js +++ b/commands/image-editing/explode.js @@ -8,7 +8,7 @@ class ExplodeCommand extends ImageCommand { static description = "Explodes an image"; static aliases = ["exp"]; - static noImage = "you need to provide an image to explode!"; + static noImage = "You need to provide an image to explode!"; static command = "explode"; } diff --git a/commands/image-editing/flag.js b/commands/image-editing/flag.js index a333b88..a74b3f3 100644 --- a/commands/image-editing/flag.js +++ b/commands/image-editing/flag.js @@ -33,8 +33,8 @@ class FlagCommand extends ImageCommand { static arguments = ["[flag]"]; static requiresText = true; - static noText = "you need to provide an emoji of a flag to overlay!"; - static noImage = "you need to provide an image to overlay a flag onto!"; + static noText = "You need to provide an emoji of a flag to overlay!"; + static noImage = "You need to provide an image to overlay a flag onto!"; static command = "flag"; } diff --git a/commands/image-editing/flip.js b/commands/image-editing/flip.js index 24a83b1..7e5887d 100644 --- a/commands/image-editing/flip.js +++ b/commands/image-editing/flip.js @@ -3,7 +3,7 @@ const ImageCommand = require("../../classes/imageCommand.js"); class FlipCommand extends ImageCommand { static description = "Flips an image"; - static noImage = "you need to provide an image to flip!"; + static noImage = "You need to provide an image to flip!"; static command = "flip"; } diff --git a/commands/image-editing/flop.js b/commands/image-editing/flop.js index 456cf58..0f5b6be 100644 --- a/commands/image-editing/flop.js +++ b/commands/image-editing/flop.js @@ -8,7 +8,7 @@ class FlopCommand extends ImageCommand { static description = "Flips an image"; static aliases = ["flip2"]; - static noImage = "you need to provide an image to flop!"; + static noImage = "You need to provide an image to flop!"; static command = "flip"; } diff --git a/commands/image-editing/freeze.js b/commands/image-editing/freeze.js index e056ccc..0f38029 100644 --- a/commands/image-editing/freeze.js +++ b/commands/image-editing/freeze.js @@ -14,7 +14,7 @@ class FreezeCommand extends ImageCommand { static arguments = ["{end frame number}"]; static requiresGIF = true; - static noImage = "you need to provide an image to freeze!"; + static noImage = "You need to provide an image to freeze!"; static command = "freeze"; } diff --git a/commands/image-editing/funky.js b/commands/image-editing/funky.js index 61190e5..d5934ac 100644 --- a/commands/image-editing/funky.js +++ b/commands/image-editing/funky.js @@ -10,7 +10,7 @@ class FunkyCommand extends ImageCommand { static description = "Adds the New Funky Mode banner to an image"; static aliases = ["funkymode", "newfunkymode", "funkykong"]; - static noImage = "you need to provide an image to add a New Funky Mode banner!"; + static noImage = "You need to provide an image to add a New Funky Mode banner!"; static command = "watermark"; } diff --git a/commands/image-editing/gamexplain.js b/commands/image-editing/gamexplain.js index 2180cfd..b780734 100644 --- a/commands/image-editing/gamexplain.js +++ b/commands/image-editing/gamexplain.js @@ -4,7 +4,7 @@ class GameXplainCommand extends ImageCommand { static description = "Makes a GameXplain thumbnail from an image"; static aliases = ["gx"]; - static noImage = "you need to provide an image to make a GameXplain thumbnail from!"; + static noImage = "You need to provide an image to make a GameXplain thumbnail from!"; static command = "gamexplain"; } diff --git a/commands/image-editing/globe.js b/commands/image-editing/globe.js index 9528df9..5237d81 100644 --- a/commands/image-editing/globe.js +++ b/commands/image-editing/globe.js @@ -4,7 +4,7 @@ class GlobeCommand extends ImageCommand { static description = "Spins an image"; static aliases = ["sphere"]; - static noImage = "you need to provide an image to spin!"; + static noImage = "You need to provide an image to spin!"; static command = "globe"; } diff --git a/commands/image-editing/haah.js b/commands/image-editing/haah.js index 61abc13..a14da2a 100644 --- a/commands/image-editing/haah.js +++ b/commands/image-editing/haah.js @@ -8,7 +8,7 @@ class HaaHCommand extends ImageCommand { static description = "Mirrors the left side of an image onto the right"; static aliases = ["magik4", "mirror2"]; - static noImage = "you need to provide an image to mirror!"; + static noImage = "You need to provide an image to mirror!"; static command = "mirror"; } diff --git a/commands/image-editing/hooh.js b/commands/image-editing/hooh.js index 4b69f3e..f84d1f5 100644 --- a/commands/image-editing/hooh.js +++ b/commands/image-editing/hooh.js @@ -8,7 +8,7 @@ class HooHCommand extends ImageCommand { static description = "Mirrors the bottom of an image onto the top"; static aliases = ["magik6", "mirror4"]; - static noImage = "you need to provide an image to mirror!"; + static noImage = "You need to provide an image to mirror!"; static command = "mirror"; } diff --git a/commands/image-editing/hypercam.js b/commands/image-editing/hypercam.js index b12f04a..39633f7 100644 --- a/commands/image-editing/hypercam.js +++ b/commands/image-editing/hypercam.js @@ -10,7 +10,7 @@ class HypercamCommand extends ImageCommand { static description = "Adds the Hypercam watermark to an image"; static aliases = ["hcam"]; - static noImage = "you need to provide an image to add a Hypercam watermark!"; + static noImage = "You need to provide an image to add a Hypercam watermark!"; static command = "watermark"; } diff --git a/commands/image-editing/ifunny.js b/commands/image-editing/ifunny.js index 80b1675..e475f4d 100644 --- a/commands/image-editing/ifunny.js +++ b/commands/image-editing/ifunny.js @@ -10,7 +10,7 @@ class iFunnyCommand extends ImageCommand { static description = "Adds the iFunny watermark to an image"; - static noImage = "you need to provide an image to add an iFunny watermark!"; + static noImage = "You need to provide an image to add an iFunny watermark!"; static command = "watermark"; } diff --git a/commands/image-editing/implode.js b/commands/image-editing/implode.js index d989a71..f5953cb 100644 --- a/commands/image-editing/implode.js +++ b/commands/image-editing/implode.js @@ -8,7 +8,7 @@ class ImplodeCommand extends ImageCommand { static description = "Implodes an image"; static aliases = ["imp"]; - static noImage = "you need to provide an image to implode!"; + static noImage = "You need to provide an image to implode!"; static command = "explode"; } diff --git a/commands/image-editing/invert.js b/commands/image-editing/invert.js index 0ab8c8b..bb42e11 100644 --- a/commands/image-editing/invert.js +++ b/commands/image-editing/invert.js @@ -4,7 +4,7 @@ class InvertCommand extends ImageCommand { static description = "Inverts an image"; static aliases = ["inverse", "negate", "negative"]; - static noImage = "you need to provide an image to invert!"; + static noImage = "You need to provide an image to invert!"; static command = "invert"; } diff --git a/commands/image-editing/jpeg.js b/commands/image-editing/jpeg.js index 55d2a37..b8e7b5f 100644 --- a/commands/image-editing/jpeg.js +++ b/commands/image-editing/jpeg.js @@ -4,7 +4,7 @@ class JPEGCommand extends ImageCommand { static description = "Adds max JPEG compression to an image"; static aliases = ["needsmorejpeg", "jpegify", "magik2", "morejpeg", "jpg"]; - static noImage = "you need to provide an image to add more JPEG!"; + static noImage = "You need to provide an image to add more JPEG!"; static command = "jpeg"; } diff --git a/commands/image-editing/kinemaster.js b/commands/image-editing/kinemaster.js index 3ec34e1..8fe6726 100644 --- a/commands/image-editing/kinemaster.js +++ b/commands/image-editing/kinemaster.js @@ -10,7 +10,7 @@ class KineMasterCommand extends ImageCommand { static description = "Adds the KineMaster watermark to an image"; static aliases = ["kine"]; - static noImage = "you need to provide an image to add a KineMaster watermark!"; + static noImage = "You need to provide an image to add a KineMaster watermark!"; static command = "watermark"; } diff --git a/commands/image-editing/leak.js b/commands/image-editing/leak.js index bbbd6f6..c90a5e3 100644 --- a/commands/image-editing/leak.js +++ b/commands/image-editing/leak.js @@ -4,7 +4,7 @@ class LeakCommand extends ImageCommand { static description = "Creates a fake Smash leak thumbnail"; static aliases = ["smash", "laxchris", "ssbu", "smashleak"]; - static noImage = "you need to provide an image to make a Smash leak thumbnail!"; + static noImage = "You need to provide an image to make a Smash leak thumbnail!"; static command = "leak"; } diff --git a/commands/image-editing/magik.js b/commands/image-editing/magik.js index 0c28104..31f8896 100644 --- a/commands/image-editing/magik.js +++ b/commands/image-editing/magik.js @@ -4,7 +4,7 @@ class MagikCommand extends ImageCommand { static description = "Adds a content aware scale effect to an image"; static aliases = ["imagemagic", "imagemagick", "imagemagik", "magic", "magick", "cas", "liquid"]; - static noImage = "you need to provide an image to add some magik!"; + static noImage = "You need to provide an image to add some magik!"; static command = "magik"; } diff --git a/commands/image-editing/meme.js b/commands/image-editing/meme.js index da6da4b..1a646e3 100644 --- a/commands/image-editing/meme.js +++ b/commands/image-editing/meme.js @@ -14,8 +14,8 @@ class MemeCommand extends ImageCommand { static arguments = ["[top text]", "{bottom text}"]; static requiresText = true; - static noText = "you need to provide some text to generate a meme!"; - static noImage = "you need to provide an image to generate a meme!"; + static noText = "You need to provide some text to generate a meme!"; + static noImage = "You need to provide an image to generate a meme!"; static command = "meme"; } diff --git a/commands/image-editing/memecenter.js b/commands/image-editing/memecenter.js index 73cf8af..12bdc7e 100644 --- a/commands/image-editing/memecenter.js +++ b/commands/image-editing/memecenter.js @@ -10,7 +10,7 @@ class MemeCenterCommand extends ImageCommand { static description = "Adds the MemeCenter watermark to an image"; static aliases = ["memec", "mcenter"]; - static noImage = "you need to provide an image to add a MemeCenter watermark!"; + static noImage = "You need to provide an image to add a MemeCenter watermark!"; static command = "watermark"; } diff --git a/commands/image-editing/motivate.js b/commands/image-editing/motivate.js index a616ec6..80ca53d 100644 --- a/commands/image-editing/motivate.js +++ b/commands/image-editing/motivate.js @@ -15,8 +15,8 @@ class MotivateCommand extends ImageCommand { static arguments = ["[top text]", "{bottom text}"]; static requiresText = true; - static noText = "you need to provide some text to generate a motivational poster!"; - static noImage = "you need to provide an image to generate a motivational poster!"; + static noText = "You need to provide some text to generate a motivational poster!"; + static noImage = "You need to provide an image to generate a motivational poster!"; static command = "motivate"; } diff --git a/commands/image-editing/pixelate.js b/commands/image-editing/pixelate.js index a79adbd..6b96df2 100644 --- a/commands/image-editing/pixelate.js +++ b/commands/image-editing/pixelate.js @@ -4,7 +4,7 @@ class PixelateCommand extends ImageCommand { static description = "Pixelates an image"; static aliases = ["pixel", "small"]; - static noImage = "you need to provide an image to pixelate!"; + static noImage = "You need to provide an image to pixelate!"; static command = "resize"; } diff --git a/commands/image-editing/reddit.js b/commands/image-editing/reddit.js index 8e85752..ce2452d 100644 --- a/commands/image-editing/reddit.js +++ b/commands/image-editing/reddit.js @@ -12,7 +12,7 @@ class RedditCommand extends ImageCommand { static description = "Adds a Reddit watermark to an image"; static arguments = ["{text}"]; - static noText = "you need to provide some text to add a Reddit watermark!"; + static noText = "You need to provide some text to add a Reddit watermark!"; static command = "reddit"; } diff --git a/commands/image-editing/reverse.js b/commands/image-editing/reverse.js index 191bb5a..f6055a1 100644 --- a/commands/image-editing/reverse.js +++ b/commands/image-editing/reverse.js @@ -11,7 +11,7 @@ class ReverseCommand extends ImageCommand { static aliases = ["backwards"]; static requiresGIF = true; - static noImage = "you need to provide an image to reverse!"; + static noImage = "You need to provide an image to reverse!"; static command = "reverse"; } diff --git a/commands/image-editing/scott.js b/commands/image-editing/scott.js index 299a5e7..d6cad71 100644 --- a/commands/image-editing/scott.js +++ b/commands/image-editing/scott.js @@ -4,7 +4,7 @@ class ScottCommand extends ImageCommand { static description = "Makes Scott the Woz show off an image"; static aliases = ["woz", "tv", "porn"]; - static noImage = "you need to provide an image for Scott to show off!"; + static noImage = "You need to provide an image for Scott to show off!"; static command = "scott"; } diff --git a/commands/image-editing/sharpen.js b/commands/image-editing/sharpen.js index 8000211..460ed5f 100644 --- a/commands/image-editing/sharpen.js +++ b/commands/image-editing/sharpen.js @@ -8,7 +8,7 @@ class SharpenCommand extends ImageCommand { static description = "Sharpens an image"; static aliases = ["sharp"]; - static noImage = "you need to provide an image to sharpen!"; + static noImage = "You need to provide an image to sharpen!"; static command = "blur"; } diff --git a/commands/image-editing/shutterstock.js b/commands/image-editing/shutterstock.js index f5b4924..dd62abb 100644 --- a/commands/image-editing/shutterstock.js +++ b/commands/image-editing/shutterstock.js @@ -10,7 +10,7 @@ class ShutterstockCommand extends ImageCommand { static description = "Adds the Shutterstock watermark to an image"; static aliases = ["stock", "stockphoto"]; - static noImage = "you need to provide an image to add a Shutterstock watermark!"; + static noImage = "You need to provide an image to add a Shutterstock watermark!"; static command = "watermark"; } diff --git a/commands/image-editing/slow.js b/commands/image-editing/slow.js index 0a2e68f..9f31479 100644 --- a/commands/image-editing/slow.js +++ b/commands/image-editing/slow.js @@ -14,7 +14,7 @@ class SlowCommand extends ImageCommand { static arguments = ["{multiplier}"]; static requiresGIF = true; - static noImage = "you need to provide an image to slow down!"; + static noImage = "You need to provide an image to slow down!"; static command = "speed"; } diff --git a/commands/image-editing/soos.js b/commands/image-editing/soos.js index 0fdb3d6..f7393d6 100644 --- a/commands/image-editing/soos.js +++ b/commands/image-editing/soos.js @@ -12,7 +12,7 @@ class SooSCommand extends ImageCommand { static aliases = ["bounce"]; static requiresGIF = true; - static noImage = "you need to provide an image to loop!"; + static noImage = "You need to provide an image to loop!"; static command = "reverse"; } diff --git a/commands/image-editing/speed.js b/commands/image-editing/speed.js index 14e611b..cdaca49 100644 --- a/commands/image-editing/speed.js +++ b/commands/image-editing/speed.js @@ -13,7 +13,7 @@ class SpeedCommand extends ImageCommand { static arguments = ["{multiplier}"]; static requiresGIF = true; - static noImage = "you need to provide an image to speed up!"; + static noImage = "You need to provide an image to speed up!"; static command = "speed"; } diff --git a/commands/image-editing/spin.js b/commands/image-editing/spin.js index 190de98..0f1f55b 100644 --- a/commands/image-editing/spin.js +++ b/commands/image-editing/spin.js @@ -4,7 +4,7 @@ class SpinCommand extends ImageCommand { static description = "Spins an image"; static aliases = ["rotate"]; - static noImage = "you need to provide an image to spin!"; + static noImage = "You need to provide an image to spin!"; static command = "spin"; } diff --git a/commands/image-editing/stretch.js b/commands/image-editing/stretch.js index d9f25d6..fd6a6f3 100644 --- a/commands/image-editing/stretch.js +++ b/commands/image-editing/stretch.js @@ -8,7 +8,7 @@ class StretchCommand extends ImageCommand { static description = "Stretches an image to a 4:3 aspect ratio"; static aliases = ["aspect", "ratio", "aspect43", "43"]; - static noImage = "you need to provide an image to stretch!"; + static noImage = "You need to provide an image to stretch!"; static command = "resize"; } diff --git a/commands/image-editing/swirl.js b/commands/image-editing/swirl.js index 5438ac8..d49c179 100644 --- a/commands/image-editing/swirl.js +++ b/commands/image-editing/swirl.js @@ -4,7 +4,7 @@ class SwirlCommand extends ImageCommand { static description = "Swirls an image"; static aliases = ["whirlpool"]; - static noImage = "you need to provide an image to swirl!"; + static noImage = "You need to provide an image to swirl!"; static command = "swirl"; } diff --git a/commands/image-editing/tile.js b/commands/image-editing/tile.js index 3fedc10..ef4de54 100644 --- a/commands/image-editing/tile.js +++ b/commands/image-editing/tile.js @@ -4,7 +4,7 @@ class TileCommand extends ImageCommand { static description = "Creates a tile pattern from an image"; static aliases = ["wall2"]; - static noImage = "you need to provide an image to tile!"; + static noImage = "You need to provide an image to tile!"; static command = "tile"; } diff --git a/commands/image-editing/trump.js b/commands/image-editing/trump.js index 5d23a66..e8d6400 100644 --- a/commands/image-editing/trump.js +++ b/commands/image-editing/trump.js @@ -3,7 +3,7 @@ const ImageCommand = require("../../classes/imageCommand.js"); class TrumpCommand extends ImageCommand { static description = "Makes Trump display an image"; - static noImage = "you need to provide an image for Trump to display!"; + static noImage = "You need to provide an image for Trump to display!"; static command = "trump"; } diff --git a/commands/image-editing/uncaption.js b/commands/image-editing/uncaption.js index e19fb10..08e623f 100644 --- a/commands/image-editing/uncaption.js +++ b/commands/image-editing/uncaption.js @@ -3,7 +3,7 @@ const ImageCommand = require("../../classes/imageCommand.js"); class UncaptionCommand extends ImageCommand { static description = "Removes the caption from an image"; - static noImage = "you need to provide an image to uncaption!"; + static noImage = "You need to provide an image to uncaption!"; static command = "uncaption"; } diff --git a/commands/image-editing/unfreeze.js b/commands/image-editing/unfreeze.js index 549fe9a..229b59f 100644 --- a/commands/image-editing/unfreeze.js +++ b/commands/image-editing/unfreeze.js @@ -8,7 +8,7 @@ class UnfreezeCommand extends ImageCommand { static description = "Unfreezes an image sequence"; static requiresGIF = true; - static noImage = "you need to provide an image to unfreeze!"; + static noImage = "You need to provide an image to unfreeze!"; static command = "freeze"; } diff --git a/commands/image-editing/waaw.js b/commands/image-editing/waaw.js index 433becc..92ce1d4 100644 --- a/commands/image-editing/waaw.js +++ b/commands/image-editing/waaw.js @@ -4,7 +4,7 @@ class WaaWCommand extends ImageCommand { static description = "Mirrors the right side of an image onto the left"; static aliases = ["magik3", "mirror"]; - static noImage = "you need to provide an image to mirror!"; + static noImage = "You need to provide an image to mirror!"; static command = "mirror"; } diff --git a/commands/image-editing/wall.js b/commands/image-editing/wall.js index b8a1bd7..af96c8b 100644 --- a/commands/image-editing/wall.js +++ b/commands/image-editing/wall.js @@ -3,7 +3,7 @@ const ImageCommand = require("../../classes/imageCommand.js"); class WallCommand extends ImageCommand { static description = "Creates a wall from an image"; - static noImage = "you need to provide an image to make a wall!"; + static noImage = "You need to provide an image to make a wall!"; static command = "wall"; } diff --git a/commands/image-editing/wdt.js b/commands/image-editing/wdt.js index 388ff0f..23462f9 100644 --- a/commands/image-editing/wdt.js +++ b/commands/image-editing/wdt.js @@ -4,7 +4,7 @@ class WhoDidThisCommand extends ImageCommand { static description = "Creates a \"WHO DID THIS\" meme from an image"; static aliases = ["whodidthis"]; - static noImage = "you need to provide an image to make a \"who did this\" meme!"; + static noImage = "You need to provide an image to make a \"who did this\" meme!"; static command = "wdt"; } diff --git a/commands/image-editing/wide.js b/commands/image-editing/wide.js index 9992051..e0101ed 100644 --- a/commands/image-editing/wide.js +++ b/commands/image-editing/wide.js @@ -8,7 +8,7 @@ class WideCommand extends ImageCommand { static description = "Stretches an image to 19x its width"; static aliases = ["w19", "wide19"]; - static noImage = "you need to provide an image to stretch!"; + static noImage = "You need to provide an image to stretch!"; static command = "resize"; } diff --git a/commands/image-editing/woow.js b/commands/image-editing/woow.js index e5a654e..b5d0abc 100644 --- a/commands/image-editing/woow.js +++ b/commands/image-editing/woow.js @@ -9,7 +9,7 @@ class WooWCommand extends ImageCommand { static description = "Mirrors the top of an image onto the bottom"; static aliases = ["magik5", "mirror3"]; - static noImage = "you need to provide an image to mirror!"; + static noImage = "You need to provide an image to mirror!"; static command = "mirror"; }