From 2f3bb99759923465ddc609f662c49abc20402eaa Mon Sep 17 00:00:00 2001 From: Supositware Date: Wed, 2 Jan 2019 21:46:45 +0100 Subject: [PATCH] reduced commandutilLifetime --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 7db9c31a..579f034d 100644 --- a/index.js +++ b/index.js @@ -14,7 +14,7 @@ class hahaYesClient extends AkairoClient { directory: './commands/', prefix: prefix, commandUtil: true, - commandUtilLifetime: 600000, + commandUtilLifetime: 60000, allowMention: true, handleEdits: true, });