This commit is contained in:
Atridad Lahiji 2023-06-23 20:13:53 -06:00
parent 93e3045802
commit fddcb6d629
No known key found for this signature in database

View file

@ -15,7 +15,7 @@ const openai = new OpenAIApi(configuration);
cooldownDelay: 600_000,
cooldownLimit: 1,
// Yes... I did hardcode myself.
cooldownFilteredUsers: ['himbothyswaggins'],
cooldownFilteredUsers: ['himbothyswaggins', 'HimbothySwaggins', 'HimbothySwaggins#4006'],
cooldownScope: BucketScope.User
})
export class UserCommand extends Command {