From b71b7c2a7495dd58f81e6eca705b4c79e1efcb6a Mon Sep 17 00:00:00 2001 From: Nico105 <63612668+Nico105@users.noreply.github.com> Date: Fri, 29 Jul 2022 14:36:04 +0200 Subject: [PATCH] increase default lastchance threshold to 10s i think this is better, so you can actually see the changed embed a little longer --- src/Constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Constants.js b/src/Constants.js index 76364af3..31fc578e 100644 --- a/src/Constants.js +++ b/src/Constants.js @@ -116,7 +116,7 @@ exports.BonusEntry = {}; exports.LastChanceOptions = { enabled: false, content: '⚠️ **LAST CHANCE TO ENTER !** ⚠️', - threshold: 5000, + threshold: 10_000, embedColor: '#FF0000' };