Make help message for &stretch accurate to the aspect ratio it applies (#284)

This commit is contained in:
Angel 2022-06-24 18:22:07 -04:00 committed by GitHub
parent 9ff41267e9
commit f6f9091467
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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";