From a3cd3abc83f7a28bb1d9c9c46ef3f380f1449f52 Mon Sep 17 00:00:00 2001 From: derpystuff <3515180-derpystuff@users.noreply.gitlab.com> Date: Sun, 19 Jun 2022 00:47:26 +0200 Subject: [PATCH] reduce dalle cooldown --- commands/message/image/dalle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/message/image/dalle.js b/commands/message/image/dalle.js index 0e95636..becfd2b 100644 --- a/commands/message/image/dalle.js +++ b/commands/message/image/dalle.js @@ -15,7 +15,7 @@ module.exports = { ratelimit: { type: 'guild', limit: 1, - duration: 15000 + duration: 5000 }, run: async (context, args) => { context.triggerTyping();