Skip to content

Commit e940162

Browse files
committed
fix: Update the SharedClientTheme constructor to mark the required arguments.
1 parent 2ac124b commit e940162

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

discord/shared_client_theme.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@ class SharedClientTheme:
8181
def __init__(
8282
self,
8383
colors: Iterable[ColourLike],
84-
*,
8584
gradient_angle: int,
8685
base_mix: int,
86+
*,
8787
base_theme: SharedClientThemeBaseType | None = None,
8888
):
8989
normalized = [_coerce_colour(c) for c in colors]

0 commit comments

Comments
 (0)