Added "sphere" as an alias for globe
This commit is contained in:
parent
b94fd6fd89
commit
9ab13f5389
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@ exports.run = async (message) => {
|
|||
};
|
||||
};
|
||||
|
||||
exports.aliases = ["rotate"];
|
||||
exports.aliases = ["rotate", "sphere"];
|
||||
exports.category = 5;
|
||||
exports.help = "Spins an image";
|
Loading…
Reference in a new issue