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 -1
View File
@@ -29,7 +29,7 @@ module.exports = class FaceCommand extends Command {
{
key: 'image',
prompt: 'What face would you like to scan?',
type: 'image'
type: 'image-or-avatar'
}
]
});