From 95e4a7839514c97f96a3e1c1b8ed1420df365494 Mon Sep 17 00:00:00 2001 From: Paul Munteanu Date: Sun, 23 May 2021 06:19:11 +0300 Subject: Fix compilation with strictNullChecks: true --- src/models/Event.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/models/Event.ts') diff --git a/src/models/Event.ts b/src/models/Event.ts index d4c00812..6f2a7444 100644 --- a/src/models/Event.ts +++ b/src/models/Event.ts @@ -53,7 +53,7 @@ export interface ReadyEventData { flags: bigint; mfa_enabled: boolean; nsfw_allowed: boolean; - phone: string; + phone: string | null; premium: boolean; premium_type: number; verified: boolean; -- cgit 1.5.1