diff --git a/src/EventHandler/AbstractPoll.php b/src/EventHandler/AbstractPoll.php index d6f75e80c..b6b1afd02 100644 --- a/src/EventHandler/AbstractPoll.php +++ b/src/EventHandler/AbstractPoll.php @@ -58,7 +58,7 @@ abstract class AbstractPoll implements JsonSerializable public readonly array $recentVoters; /** Total number of people that voted in the poll */ - public readonly int $totalVoters; + public readonly ?int $totalVoters; /** @internal */ public function __construct(array $rawPoll)