From e71fe908c58d81b016f4c6e0a6abbcfd7f6b60f4 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji <88056492+atridadl@users.noreply.github.com> Date: Sat, 17 Jun 2023 16:59:14 -0600 Subject: [PATCH] LONG cooldown --- src/commands/pic.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/commands/pic.ts b/src/commands/pic.ts index 0b9bd5e..5d712fd 100644 --- a/src/commands/pic.ts +++ b/src/commands/pic.ts @@ -11,8 +11,9 @@ const openai = new OpenAIApi(configuration); @ApplyOptions({ description: 'Make a picture!', options: ['prompt'], - cooldownDelay: 20_000, - cooldownLimit: 1 + cooldownDelay: 600_000, + cooldownLimit: 1, + cooldownFilteredUsers: ['himbothyswaggins'] }) export class UserCommand extends Command { // Register Chat Input and Context Menu command