minor fixes to the natives
This commit is contained in:
parent
ff7f0a3110
commit
7a76609e70
10 changed files with 16 additions and 12 deletions
|
@ -5,6 +5,10 @@ class GlobeCommand extends ImageCommand {
|
|||
static description = "Spins an image";
|
||||
static aliases = ["sphere"];
|
||||
|
||||
params = {
|
||||
togif: true
|
||||
};
|
||||
|
||||
static noImage = "You need to provide an image/GIF to spin!";
|
||||
static command = "globe";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue