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