Replace pg with postgres, add swirl alias, await ping edit, added debug scripts to package.json
This commit is contained in:
parent
6511abb20a
commit
121615df63
6 changed files with 53 additions and 165 deletions
|
@ -2,7 +2,7 @@ import ImageCommand from "../../classes/imageCommand.js";
|
|||
|
||||
class SwirlCommand extends ImageCommand {
|
||||
static description = "Swirls an image";
|
||||
static aliases = ["whirlpool"];
|
||||
static aliases = ["whirlpool", "distort"];
|
||||
|
||||
static noImage = "You need to provide an image/GIF to swirl!";
|
||||
static command = "swirl";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue