Add squish
This commit is contained in:
parent
7c9f22cd34
commit
2e7330636b
4 changed files with 87 additions and 2 deletions
11
commands/image-editing/squish.js
Normal file
11
commands/image-editing/squish.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
import ImageCommand from "../../classes/imageCommand.js";
|
||||
|
||||
class SquishCommand extends ImageCommand {
|
||||
static description = "Squishes/stretches an image";
|
||||
static aliases = ["squishy", "squash"];
|
||||
|
||||
static noImage = "You need to provide an image/GIF to squish!";
|
||||
static command = "squish";
|
||||
}
|
||||
|
||||
export default SquishCommand;
|
Loading…
Add table
Add a link
Reference in a new issue