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;