Skip to content

Commit

Permalink
docs: simplify dark_theme docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftinv committed Sep 20, 2023
1 parent f641d2a commit 086cc1d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions disnake/colour.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,9 +282,6 @@ def dark_theme(cls) -> Self:
This will appear transparent on Discord's dark theme.
.. versionadded:: 1.5
.. versionchanged:: 2.10
Updated from ``0x36393F`` to ``0x313338`` to reflect theme changes.
"""
return cls(0x313338)

Expand Down

0 comments on commit 086cc1d

Please sign in to comment.