|
@ -80,6 +80,10 @@ client.once("ready", () => { |
|
|
} |
|
|
} |
|
|
], |
|
|
], |
|
|
"description": "Commands regarding the creation/development of the bot" |
|
|
"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
|
|
|
case "dobeservers": // Shows number of servers bot is in
|
|
|
showServerNumber(message); |
|
|
showServerNumber(message); |
|
|
break; |
|
|
break; |
|
|
case "dobeiss": // Show location of ISS
|
|
|
|
|
|
showIssLocation(message); |
|
|
|
|
|
break; |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}); |
|
|
}); |
|
|