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

@ -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";
}