From 4b048d898242205228e10a03f839de264e1451e8 Mon Sep 17 00:00:00 2001 From: Atridad Lahiji <88056492+atridadl@users.noreply.github.com> Date: Mon, 26 Jun 2023 22:23:19 -0600 Subject: [PATCH] Increased timeout --- src/commands/pic.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/pic.ts b/src/commands/pic.ts index a7720ed..f81880b 100644 --- a/src/commands/pic.ts +++ b/src/commands/pic.ts @@ -6,7 +6,7 @@ import { AttachmentBuilder, Message } from 'discord.js'; description: 'Make a picture!', options: ['prompt'], // 10mins - cooldownDelay: 60_000, + cooldownDelay: 300_000, cooldownLimit: 1, // Yes... I did hardcode myself. cooldownFilteredUsers: ['himbothyswaggins', 'HimbothySwaggins', 'HimbothySwaggins#4006'],