how did I overlook this
This commit is contained in:
parent
c72526cc2b
commit
03ed19d239
55 changed files with 62 additions and 61 deletions
|
@ -3,7 +3,7 @@ const ImageCommand = require("../../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 to make a wall!";
|
||||
static command = "wall";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue