Added deepfry, make jpeg work on GIFs
This commit is contained in:
parent
4672e8d6ad
commit
2da505a778
43 changed files with 162 additions and 157 deletions
11
commands/image-editing/deepfry.js
Normal file
11
commands/image-editing/deepfry.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
const ImageCommand = require("../../classes/imageCommand.js");
|
||||
|
||||
class DeepfryCommand extends ImageCommand {
|
||||
static description = "Deep-fries an image";
|
||||
static aliases = ["fry", "jpeg2", "nuke"];
|
||||
|
||||
static noImage = "You need to provide an image to fry!";
|
||||
static command = "deepfry";
|
||||
}
|
||||
|
||||
module.exports = DeepfryCommand;
|
Loading…
Add table
Add a link
Reference in a new issue