ZAMN Image Command (#195)

* Add files via upload

* Add files via upload

* Update image.cc

* Add files via upload
This commit is contained in:
ItsODRJR 2021-12-02 18:05:52 -06:00 committed by GitHub
parent a98601e2e8
commit 98b812e0d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 80 additions and 1 deletions

View 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;