tts whoopsie
This commit is contained in:
parent
c6029332ef
commit
72d2f69069
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ const openai = new OpenAI({
|
||||||
@ApplyOptions<Command.Options>({
|
@ApplyOptions<Command.Options>({
|
||||||
description: 'Generate TTS every 5 minutes!',
|
description: 'Generate TTS every 5 minutes!',
|
||||||
options: ['prompt'],
|
options: ['prompt'],
|
||||||
cooldownDelay: 3_000_000,
|
cooldownDelay: 300_000,
|
||||||
cooldownLimit: 1,
|
cooldownLimit: 1,
|
||||||
// Yes... I did hardcode myself.
|
// Yes... I did hardcode myself.
|
||||||
cooldownFilteredUsers: ['83679718401904640'],
|
cooldownFilteredUsers: ['83679718401904640'],
|
||||||
|
|
Loading…
Add table
Reference in a new issue