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;