diff --git a/index.js b/index.js index 83f5200..d5cc17e 100644 --- a/index.js +++ b/index.js @@ -210,7 +210,8 @@ client.on("interactionCreate", (int) => { }); } else if(int.commandName == "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 = []; Object.keys(apis).forEach(key => {