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

@ -13,7 +13,7 @@ class HomebrewCommand extends ImageCommand {
static requiresImage = false;
static requiresText = true;
static noText = "you need to provide some text to make a Homebrew Channel edit!";
static noText = "You need to provide some text to make a Homebrew Channel edit!";
static command = "homebrew";
}

View file

@ -14,7 +14,7 @@ class SonicCommand extends ImageCommand {
static requiresImage = false;
static requiresText = true;
static noText = "you need to provide some text to make a Sonic meme!";
static noText = "You need to provide some text to make a Sonic meme!";
static command = "sonic";
}