Skip to content

Commit d41f8f6

Browse files
Update discord/shared_client_theme.py
Co-authored-by: Dorukyum <53639936+Dorukyum@users.noreply.github.com> Signed-off-by: Flavien F <65244389+UnBonWhisky@users.noreply.github.com>
1 parent e940162 commit d41f8f6

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
@@ -35,7 +35,7 @@
3535
if TYPE_CHECKING:
3636
from .types.shared_client_theme import SharedClientTheme as SharedClientThemePayload
3737

38-
ColourLike = Union[Colour, str, int]
38+
ColourLike = Colour | str | int
3939

4040

4141
def _coerce_colour(value: ColourLike) -> str:

0 commit comments

Comments
 (0)