how did I overlook this

This commit is contained in:
TheEssem 2021-05-24 14:31:44 -05:00
parent c72526cc2b
commit 03ed19d239
No known key found for this signature in database
GPG key ID: A3F9F02129092FCA
55 changed files with 62 additions and 61 deletions

View file

@ -124,8 +124,8 @@ class ImageCommand extends Command {
static requiresImage = true;
static requiresText = false;
static requiresGIF = false;
static noImage = "you need to provide an image!";
static noText = "you need to provide some text!";
static noImage = "You need to provide an image!";
static noText = "You need to provide some text!";
static command = "";
}