ZAMN Image Command (#195)
* Add files via upload * Add files via upload * Update image.cc * Add files via upload
This commit is contained in:
parent
a98601e2e8
commit
98b812e0d3
5 changed files with 80 additions and 1 deletions
10
commands/image-editing/zamn.js
Normal file
10
commands/image-editing/zamn.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
import ImageCommand from "../../classes/imageCommand.js";
|
||||
|
||||
class ZamnCommand extends ImageCommand {
|
||||
static description = "ZAMN! SHES 12?";
|
||||
|
||||
static noImage = "You need to provide an image to zamn at!";
|
||||
static command = "zamn";
|
||||
}
|
||||
|
||||
export default ZamnCommand;
|
Loading…
Add table
Add a link
Reference in a new issue