Added alias for soos, check if loaded commands end in .js, updated packages
This commit is contained in:
parent
c80acc89bc
commit
92926e04a2
3 changed files with 1922 additions and 1447 deletions
|
@ -9,11 +9,11 @@ class SooSCommand extends ImageCommand {
|
|||
}
|
||||
|
||||
static description = "\"Loops\" an image sequence by reversing it when it's finished";
|
||||
static aliases = ["bounce"];
|
||||
static aliases = ["bounce", "boomerang"];
|
||||
|
||||
static requiresGIF = true;
|
||||
static noImage = "You need to provide an image to loop!";
|
||||
static command = "reverse";
|
||||
}
|
||||
|
||||
export default SooSCommand;
|
||||
export default SooSCommand;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue