Add face throttling

This commit is contained in:
Daniel Odendahl Jr
2019-04-13 16:13:46 +00:00
parent 24400a5b0a
commit b27ba1c597
+4
View File
@@ -12,6 +12,10 @@ module.exports = class FaceCommand extends Command {
group: 'analyze',
memberName: 'face',
description: 'Determines the race, gender, and age of a face.',
throttling: {
usages: 1,
duration: 30
},
args: [
{
key: 'image',