Port explode/implode, add new playing messages
This commit is contained in:
parent
a77dc5acf9
commit
d236179639
4 changed files with 43 additions and 50 deletions
|
@ -1,10 +1,6 @@
|
|||
import ImageCommand from "../../classes/imageCommand.js";
|
||||
|
||||
class ExplodeCommand extends ImageCommand {
|
||||
params = {
|
||||
amount: -1
|
||||
};
|
||||
|
||||
static description = "Explodes an image";
|
||||
static aliases = ["exp"];
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ import ImageCommand from "../../classes/imageCommand.js";
|
|||
|
||||
class ImplodeCommand extends ImageCommand {
|
||||
params = {
|
||||
amount: 1
|
||||
implode: true
|
||||
};
|
||||
|
||||
static description = "Implodes an image";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue