Split Image and Avatar Types

This commit is contained in:
Dragon Fire
2021-01-30 12:02:37 -05:00
parent d84d4faa8c
commit 39e5c4d02e
89 changed files with 118 additions and 101 deletions
+1 -2
View File
@@ -19,8 +19,7 @@ module.exports = class OcrCommand extends Command {
{
key: 'image',
prompt: 'What image would you like to perform OCR on?',
type: 'image',
default: msg => msg.author.displayAvatarURL({ format: 'png', size: 2048 })
type: 'image-or-avatar'
}
]
});