minor fixes to the natives

This commit is contained in:
murm 2023-03-19 05:12:58 -04:00
parent ff7f0a3110
commit 7a76609e70
10 changed files with 16 additions and 12 deletions

View file

@ -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";
}