check link contents

This commit is contained in:
Dalton
2018-12-12 21:05:40 -08:00
parent 52ae1f2492
commit 85675bf9ea

2
bot.js
View File

@@ -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;