mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 13:53:12 +02:00
Add face throttling
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user