From cc9688fcb76d7beb3c79d3d6d5d1a1f8e935487b Mon Sep 17 00:00:00 2001 From: Dalton Date: Wed, 12 Dec 2018 20:52:26 -0800 Subject: [PATCH] checking links --- bot.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.js b/bot.js index 49ec0a0..6a35323 100644 --- a/bot.js +++ b/bot.js @@ -209,6 +209,7 @@ function getUrlListFromImgur(json) { let url_list = []; for (let i = 0; i < json.data.length; i++) { if (json.data[i]) { + console.log('pushing data -> ' + JSON.stringify(json.data[i])); url_list.push(json.data.link); } }