This commit is contained in:
murm 2023-03-22 04:52:13 -04:00
parent 44f8f30ccc
commit 5e7d4fb9b3
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
import ImageCommand from "../../classes/imageCommand.js"; import ImageCommand from "../../classes/imageCommand.js";
class ScottCommand extends ImageCommand { class JJoSCommand extends ImageCommand {
static category = "image-editing" static category = "image-editing"
static description = "JJoS an image"; static description = "JJoS an image";
@ -11,10 +11,10 @@ class ScottCommand extends ImageCommand {
compy: 126 compy: 126
}; };
static aliases = ["woz", "tv", "porn"]; static aliases = ["hacker"];
static noImage = "You need to provide an image/GIF to JJoS!"; static noImage = "You need to provide an image/GIF to JJoS!";
static command = "scott"; static command = "scott";
} }
export default ScottCommand; export default JJoSCommand;