Browse Source

Fix unchanged docstring

pull/10152/head
Leonardo 4 weeks ago
committed by GitHub
parent
commit
fcc42cb8d9
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      discord/colour.py

2
discord/colour.py

@ -472,7 +472,7 @@ class Colour:
@classmethod
def dark_theme(cls) -> Self:
"""A factory method that returns a :class:`Colour` with a value of ``0x313338``.
"""A factory method that returns a :class:`Colour` with a value of ``0x1A1A1E``.
This will appear transparent on Discord's dark theme.

Loading…
Cancel
Save