add city17

This commit is contained in:
murm 2023-03-22 05:03:15 -04:00
parent 5e7d4fb9b3
commit 2bcb7089f2
2 changed files with 20 additions and 0 deletions

BIN
assets/images/city17map.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -0,0 +1,20 @@
import ImageCommand from "../../classes/imageCommand.js";
class CitySeventeenCommand extends ImageCommand {
static category = "image-editing"
static description = "Welcome everyone to City 17!";
params = {
assetPath: "assets/images/city17.png",
distortPath: "assets/images/city17map.png",
compx: 132,
compy: 366
};
static aliases = ["cityseventeen"];
static noImage = "You need to provide an image/GIF!";
static command = "scott";
}
export default CitySeventeenCommand;