Clean ups

This commit is contained in:
Daniel Odendahl Jr
2018-09-05 16:55:11 +00:00
parent 3d76d81e48
commit e8ff1af28c
21 changed files with 40 additions and 47 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ module.exports = class PixelizeCommand extends Command {
{
key: 'image',
prompt: 'What image would you like to edit?',
type: 'image|avatar',
type: 'image',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 512 })
}
]