Browse Source

Fix Colour.dark_theme docstring.

v1.5.x
Josh 5 years ago
committed by GitHub
parent
commit
62040de6a7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      discord/colour.py

4
discord/colour.py

@ -237,8 +237,8 @@ class Colour:
@classmethod @classmethod
def dark_theme(cls): def dark_theme(cls):
"""A factory method that returns a :class:'Colour' with a value of ``0x36393F``. """A factory method that returns a :class:`Colour` with a value of ``0x36393F``.
Will appear transparent on Discord's dark theme and be the text colour on Discord's light theme. This will appear transparent on Discord's dark theme.
.. versionadded:: 1.5 .. versionadded:: 1.5
""" """

Loading…
Cancel
Save