added daniel debug

This commit is contained in:
Dalton
2018-12-12 20:55:12 -08:00
parent cc9688fcb7
commit 1f3f216075

1
bot.js
View File

@@ -689,6 +689,7 @@ client.on('message', message => {
.catch(error => { .catch(error => {
console.error('async:' + error.message); console.error('async:' + error.message);
}); });
console.log('link: ' + link);
message.channel.send(link); message.channel.send(link);
break; break;