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
|
@ -125,7 +125,7 @@ class ImageCommand extends Command {
|
|||
static requiresImage = true;
|
||||
static requiresText = false;
|
||||
static requiresGIF = false;
|
||||
static noImage = "You need to provide an image!";
|
||||
static noImage = "You need to provide an image/GIF!";
|
||||
static noText = "You need to provide some text!";
|
||||
static command = "";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue