From 1f3f216075e83b84684df1ec89fa5e1fcbdab924 Mon Sep 17 00:00:00 2001 From: Dalton Date: Wed, 12 Dec 2018 20:55:12 -0800 Subject: [PATCH] added daniel debug --- bot.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bot.js b/bot.js index 6a35323..c19884d 100644 --- a/bot.js +++ b/bot.js @@ -689,6 +689,7 @@ client.on('message', message => { .catch(error => { console.error('async:' + error.message); }); + console.log('link: ' + link); message.channel.send(link); break;