Resolve alias conflict

This commit is contained in:
Essem 2022-06-22 11:22:56 -05:00
parent 3d2a8f23b6
commit e35a8fc529
No known key found for this signature in database
GPG Key ID: 7D497397CC3A2A8C
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class SpeechBubbleCommand extends ImageCommand {
}
static description = "Adds a speech bubble to an image";
static aliases = ["speech", "sb"];
static aliases = ["speech"];
static noImage = "You need to provide an image/GIF to add a speech bubble!";
static command = "watermark";