modified scott native to accept arbitrary values
This commit is contained in:
parent
513efc4436
commit
44f8f30ccc
3 changed files with 31 additions and 3 deletions
20
commands/image-editing/jjos.js
Normal file
20
commands/image-editing/jjos.js
Normal file
|
@ -0,0 +1,20 @@
|
|||
import ImageCommand from "../../classes/imageCommand.js";
|
||||
|
||||
class ScottCommand extends ImageCommand {
|
||||
static category = "image-editing"
|
||||
static description = "JJoS an image";
|
||||
|
||||
params = {
|
||||
assetPath: "assets/images/jjos.png",
|
||||
distortPath: "assets/images/jjosmap.png",
|
||||
compx: 261,
|
||||
compy: 126
|
||||
};
|
||||
|
||||
static aliases = ["woz", "tv", "porn"];
|
||||
|
||||
static noImage = "You need to provide an image/GIF to JJoS!";
|
||||
static command = "scott";
|
||||
}
|
||||
|
||||
export default ScottCommand;
|
Loading…
Add table
Add a link
Reference in a new issue