forked from Supositware/Haha-Yes
forgot to remove console.log
This commit is contained in:
parent
afeea173c3
commit
e3e7e2d095
1 changed files with 0 additions and 1 deletions
|
@ -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")) {
|
||||
|
|
Loading…
Reference in a new issue