Leonardo
4 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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. |
|
|
|
|
|
|
|