Browse Source

Remove ISS from regular commands

pull/10/head
Abheek Dhawan 4 years ago
parent
commit
1812faa117
  1. 7
      bot/awesomescibo.js

7
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;
}
}
});

Loading…
Cancel
Save