avs4you command (#243)
This commit is contained in:
parent
969869e4ab
commit
10cb101b0d
2 changed files with 17 additions and 0 deletions
BIN
assets/images/avs4you.png
Normal file
BIN
assets/images/avs4you.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.6 KiB |
17
commands/image-editing/avs4you.js
Normal file
17
commands/image-editing/avs4you.js
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
import ImageCommand from "../../classes/imageCommand.js";
|
||||||
|
|
||||||
|
class AVSCommand extends ImageCommand {
|
||||||
|
params = {
|
||||||
|
water: "./assets/images/avs4you.png",
|
||||||
|
gravity: 5,
|
||||||
|
resize: true
|
||||||
|
};
|
||||||
|
|
||||||
|
static description = "Adds the avs4you watermark to an image";
|
||||||
|
static aliases = ["avs4you"];
|
||||||
|
|
||||||
|
static noImage = "You need to provide an image/GIF to add a avs4you watermark!";
|
||||||
|
static command = "watermark";
|
||||||
|
}
|
||||||
|
|
||||||
|
export default AVSCommand;
|
Loading…
Reference in a new issue