From e3e7e2d095144adc21d376fe7b159f3b8b6792d5 Mon Sep 17 00:00:00 2001 From: loicbersier Date: Fri, 12 Oct 2018 16:10:04 +0200 Subject: [PATCH] forgot to remove console.log --- commands/fun/face.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/fun/face.js b/commands/fun/face.js index bf33e958..1f42d4aa 100644 --- a/commands/fun/face.js +++ b/commands/fun/face.js @@ -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")) {