initial update
This commit is contained in:
parent
3272429cf6
commit
db9b70bf66
280 changed files with 11772 additions and 11966 deletions
|
@ -1,10 +1,10 @@
|
|||
import ImageCommand from "../../classes/imageCommand.js";
|
||||
|
||||
class WallCommand extends ImageCommand {
|
||||
static description = "Creates a wall from an image";
|
||||
|
||||
static noImage = "You need to provide an image/GIF to make a wall!";
|
||||
static command = "wall";
|
||||
}
|
||||
|
||||
export default WallCommand;
|
||||
import ImageCommand from "../../classes/imageCommand.js";
|
||||
|
||||
class WallCommand extends ImageCommand {
|
||||
static description = "Creates a wall from an image";
|
||||
|
||||
static noImage = "You need to provide an image/GIF to make a wall!";
|
||||
static command = "wall";
|
||||
}
|
||||
|
||||
export default WallCommand;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue