diff --git a/commands/image-editing/stretch.js b/commands/image-editing/stretch.js index db68e59..0f89814 100644 --- a/commands/image-editing/stretch.js +++ b/commands/image-editing/stretch.js @@ -5,8 +5,8 @@ class StretchCommand extends ImageCommand { stretch: true }; - static description = "Stretches an image to a 4:3 aspect ratio"; - static aliases = ["aspect", "ratio", "aspect43", "43"]; + static description = "Stretches an image to a 1:1 aspect ratio"; + static aliases = ["aspect", "ratio", "aspect11", "11"]; static noImage = "You need to provide an image/GIF to stretch!"; static command = "resize";