Update discord/colour.py

Co-authored-by: proguy914629 <74696067+proguy914629bot@users.noreply.github.com>
This commit is contained in:
Daishiky
2021-09-20 19:06:47 +02:00
committed by GitHub
parent f9e0e2b55a
commit 28caab0974

View File

@@ -5564,7 +5564,7 @@ class Colour:
return cls(0xFDDDE6)
@classmethod
def embed_background(theme: str = "dark", cls):
def embed_background(cls, theme: str = "dark"):
"""A factory method that returns a :class:`Color` with a value of
``0x2F3136`` (dark)
``0xf2f3f5`` (light).