Added bounce
This commit is contained in:
parent
89caa43068
commit
5d8974d177
4 changed files with 72 additions and 0 deletions
11
commands/image-editing/bounce.js
Normal file
11
commands/image-editing/bounce.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
import ImageCommand from "../../classes/imageCommand.js";
|
||||
|
||||
class BounceCommand extends ImageCommand {
|
||||
static description = "Makes an image bounce up and down";
|
||||
static aliases = ["bouncy"];
|
||||
|
||||
static noImage = "You need to provide an image/GIF to bounce!";
|
||||
static command = "bounce";
|
||||
}
|
||||
|
||||
export default BounceCommand;
|
Loading…
Add table
Add a link
Reference in a new issue