Added "sphere" as an alias for globe

This commit is contained in:
TheEssem 2021-01-03 12:04:41 -06:00
parent b94fd6fd89
commit 9ab13f5389
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@ exports.run = async (message) => {
};
};
exports.aliases = ["rotate"];
exports.aliases = ["rotate", "sphere"];
exports.category = 5;
exports.help = "Spins an image";