From 5e7d4fb9b3c76503618a5d38d51d291dd2e95557 Mon Sep 17 00:00:00 2001 From: murm Date: Wed, 22 Mar 2023 04:52:13 -0400 Subject: [PATCH] oops --- commands/image-editing/jjos.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/commands/image-editing/jjos.js b/commands/image-editing/jjos.js index 773932b..024b692 100644 --- a/commands/image-editing/jjos.js +++ b/commands/image-editing/jjos.js @@ -1,6 +1,6 @@ import ImageCommand from "../../classes/imageCommand.js"; -class ScottCommand extends ImageCommand { +class JJoSCommand extends ImageCommand { static category = "image-editing" static description = "JJoS an image"; @@ -11,10 +11,10 @@ class ScottCommand extends ImageCommand { compy: 126 }; - static aliases = ["woz", "tv", "porn"]; + static aliases = ["hacker"]; static noImage = "You need to provide an image/GIF to JJoS!"; static command = "scott"; } -export default ScottCommand; +export default JJoSCommand;