Illegal, Karen, better ping

This commit is contained in:
Daniel Odendahl Jr
2018-03-19 22:41:40 +00:00
parent 3842db73a1
commit 1877c53674
8 changed files with 92 additions and 6 deletions
+1 -2
View File
@@ -15,8 +15,7 @@ module.exports = class FaceAnalyzeCommand extends Command {
{
key: 'face',
prompt: 'What face do you want to scan?',
type: 'image',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 512 })
type: 'image'
}
]
});