From 3de35c4d5503c972cda2bed5d737546ac7ed4f62 Mon Sep 17 00:00:00 2001 From: Nico105 <63612668+Nico105@users.noreply.github.com> Date: Sat, 26 Jun 2021 12:19:17 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20winnerIDs=20is=20not=20a=20start?= =?UTF-8?q?=20option?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4c0281c3..975fbe7e 100644 --- a/README.md +++ b/README.md @@ -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)