Specify that image commands also work on GIFs
This commit is contained in:
parent
afa9482ee8
commit
7248621048
59 changed files with 110 additions and 110 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue