Specify that image commands also work on GIFs

This commit is contained in:
Essem 2022-01-26 12:53:20 -06:00
parent afa9482ee8
commit 7248621048
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
59 changed files with 110 additions and 110 deletions

View file

@ -3,8 +3,8 @@ import ImageCommand from "../../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/GIF to make a wall!";
static command = "wall";
}
export default WallCommand;
export default WallCommand;