Port explode/implode, add new playing messages

This commit is contained in:
Essem 2023-03-11 15:35:11 -06:00
parent a77dc5acf9
commit d236179639
No known key found for this signature in database
GPG key ID: 7D497397CC3A2A8C
4 changed files with 43 additions and 50 deletions

View file

@ -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"];

View file

@ -2,7 +2,7 @@ import ImageCommand from "../../classes/imageCommand.js";
class ImplodeCommand extends ImageCommand {
params = {
amount: 1
implode: true
};
static description = "Implodes an image";