From 4797cbcd9fe76b17ae4358266607ac79ddbec2ea Mon Sep 17 00:00:00 2001 From: Helixu Date: Wed, 24 Nov 2021 22:47:47 +0000 Subject: [PATCH] Add API --- index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 => {