fix: fixed embeds causing errors if init failed

This commit is contained in:
Seaswimmer 2023-12-22 13:46:47 -05:00
parent 4487a1ba81
commit 8601812c95
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -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