From e35a8fc529874cdb4f9c417cd31d2a8104a4ab4e Mon Sep 17 00:00:00 2001 From: Essem Date: Wed, 22 Jun 2022 11:22:56 -0500 Subject: [PATCH] Resolve alias conflict --- commands/image-editing/speechbubble.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/image-editing/speechbubble.js b/commands/image-editing/speechbubble.js index 2127139..b9a3c5b 100644 --- a/commands/image-editing/speechbubble.js +++ b/commands/image-editing/speechbubble.js @@ -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";