forgot to remove console.log

This commit is contained in:
loicbersier 2018-10-12 16:10:04 +02:00
parent afeea173c3
commit e3e7e2d095

View file

@ -29,7 +29,6 @@ module.exports = class faceappCommand extends Command {
async run(message, { url, type }) {
let Attachment = (message.attachments).array();
console.log(Attachment)
if(!Attachment[0] && !url) {
return message.say("You need to send an image")
} else if(url.includes("http") || url.includes("www")) {