Skip to content

Commit

Permalink
🐛 winnerIDs is not a start option
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico105 committed Jun 26, 2021
1 parent 1cc5bf3 commit 3de35c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ client.on('message', (message) => {
- **options.messages**: an object with the giveaway messages. [Usage example](https://github.com/Androz2091/discord-giveaways#-translation).
- **options.thumbnail**: the giveaway thumbnail url.
- **options.hostedBy**: the user who hosts the giveaway.
- **options.winnerIDs**: the IDs of the giveaway winners. ⚠ You do not have to and would not even be able to set this as a start option! The array only gets filled when a giveaway ends or is rerolled!
- **options.botsCanWin**: if bots can win the giveaway.
- **options.exemptPermissions**: an array of discord permissions. Server members who have at least one of these permissions will not be able to win a giveaway even if they react to it.
- **options.exemptMembers**: function to filter members. If true is returned, the member won't be able to win the giveaway. [Usage example](https://github.com/Androz2091/discord-giveaways#exempt-members)
Expand Down

0 comments on commit 3de35c4

Please sign in to comment.