diff --git a/bot/awesomescibo.js b/bot/awesomescibo.js index 32364a2..66c9697 100755 --- a/bot/awesomescibo.js +++ b/bot/awesomescibo.js @@ -80,6 +80,10 @@ client.once("ready", () => { } ], "description": "Commands regarding the creation/development of the bot" + }, + { + "name": "iss", + "description": "Shows the location of the ISS on a map as well as all of the current astronauts within it" } ]); @@ -505,9 +509,6 @@ client.on("message", async (message) => { case "dobeservers": // Shows number of servers bot is in showServerNumber(message); break; - case "dobeiss": // Show location of ISS - showIssLocation(message); - break; } } });