diff --git a/commands/globe.js b/commands/globe.js index 1e97748..a72c478 100644 --- a/commands/globe.js +++ b/commands/globe.js @@ -15,6 +15,6 @@ exports.run = async (message) => { }; }; -exports.aliases = ["rotate"]; +exports.aliases = ["rotate", "sphere"]; exports.category = 5; exports.help = "Spins an image"; \ No newline at end of file