tts ratelimit
This commit is contained in:
parent
b7bd3950c9
commit
d6ebdf4b29
1 changed files with 2 additions and 2 deletions
|
@ -9,9 +9,9 @@ const openai = new OpenAI({
|
|||
|
||||
// @ts-ignore
|
||||
@ApplyOptions<Command.Options>({
|
||||
description: 'Generate TTS every 3 minutes!',
|
||||
description: 'Generate TTS every minute!',
|
||||
options: ['prompt'],
|
||||
cooldownDelay: 300_000,
|
||||
cooldownDelay: 100_000,
|
||||
cooldownLimit: 1,
|
||||
// Yes... I did hardcode myself.
|
||||
cooldownFilteredUsers: ['83679718401904640'],
|
||||
|
|
Loading…
Add table
Reference in a new issue