Skip to content

Commit

Permalink
increase default lastchance threshold to 10s
Browse files Browse the repository at this point in the history
i think this is better, so you can actually see the changed embed a little longer
  • Loading branch information
Nico105 committed Jul 29, 2022
1 parent 15f7b5a commit b71b7c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ exports.BonusEntry = {};
exports.LastChanceOptions = {
enabled: false,
content: '⚠️ **LAST CHANCE TO ENTER !** ⚠️',
threshold: 5000,
threshold: 10_000,
embedColor: '#FF0000'
};

Expand Down

0 comments on commit b71b7c2

Please sign in to comment.