This commit is contained in:
Helixu 2021-11-24 22:47:47 +00:00
parent fbab190560
commit 4797cbcd9f

View file

@ -210,7 +210,8 @@ client.on("interactionCreate", (int) => {
}); });
} else if(int.commandName == "apis"){ } else if(int.commandName == "apis"){
var apis = { var apis = {
"Cat API": "https://api.thecatapi.com/v1/images/search" "Cat API": "https://api.thecatapi.com/v1/images/search",
"Fox API": "https://randomfox.ca/floof/"
}; };
var apiArray = []; var apiArray = [];
Object.keys(apis).forEach(key => { Object.keys(apis).forEach(key => {