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;