Skip to content

Commit

Permalink
✨ fix lastChance typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico105 committed Apr 29, 2021
1 parent 0f81e4f commit cc5d242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ client.giveawaysManager.start(message.channel, {
lastChance: {
enabled: true,
content: '⚠️ **LAST CHANCE TO ENTER !** ⚠️',
secondsBeforeLastChance: 5000,
threshold: 5000,
embedColor: '#FF0000'
}
})
Expand Down
2 changes: 1 addition & 1 deletion src/Constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ exports.BonusEntry = {};
* @property {boolean} [enabled] Whether the last chance system is enabled
* @property {string} [content] The text of the embed when last chance is enabled
* @property {number} [threshold] The number of ms after which the last chance system will be enabled
* @property {string} [lastChance.embedColor] The color of the embed when last chance is enabled
* @property {string} [embedColor] The color of the embed when last chance is enabled
*/
exports.LastChanceOptions = {
enabled: false,
Expand Down

0 comments on commit cc5d242

Please sign in to comment.