Resolve alias conflict
This commit is contained in:
parent
3d2a8f23b6
commit
e35a8fc529
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue