how did I overlook this
This commit is contained in:
parent
c72526cc2b
commit
03ed19d239
55 changed files with 62 additions and 61 deletions
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
|
@ -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";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue