From 85675bf9eacdeb7cf458de16a62106e73da219e0 Mon Sep 17 00:00:00 2001 From: Dalton Date: Wed, 12 Dec 2018 21:05:40 -0800 Subject: [PATCH] check link contents --- bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.js b/bot.js index 831dff7..e97c608 100644 --- a/bot.js +++ b/bot.js @@ -687,7 +687,7 @@ client.on('message', message => { .catch(error => { console.error('async:' + error.message); }); - console.log('link: ' + link); + sendToBotTestingChannel('link promise: ' + JSON.stringify(link)); message.channel.send(link); break;