Update tts.ts

This commit is contained in:
Atridad Lahiji 2023-11-10 19:14:09 -07:00 committed by GitHub
parent bee353a15c
commit 70ebb7d056
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ const openai = new OpenAI({
@ApplyOptions<Command.Options>({
description: 'Generate TTS every 5 minutes!',
options: ['prompt'],
cooldownDelay: 500_000,
cooldownDelay: 3_000_000,
cooldownLimit: 1,
// Yes... I did hardcode myself.
cooldownFilteredUsers: ['83679718401904640'],