From 8601812c956a306edb495ebdcd2b33f79ae64f18 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Fri, 22 Dec 2023 13:46:47 -0500 Subject: [PATCH] fix: fixed embeds causing errors if init failed --- pyzipline/models.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyzipline/models.py b/pyzipline/models.py index 2ea1870..0a8d5d0 100644 --- a/pyzipline/models.py +++ b/pyzipline/models.py @@ -303,10 +303,10 @@ class User: """ def __init__( self, - color: str, - title: str, - siteName: str, - description: str, + color: str = None, + title: str = None, + siteName: str = None, + description: str = None, **kwargs ): self.color = color