add nitro booster color #22

Merged
NightSlasher35 merged 2 commits from patch-3 into 2.0 2021-09-02 19:34:41 +00:00
Showing only changes of commit 3656d9d2af - Show all commits

View File

@@ -255,7 +255,8 @@ class Colour:
@classmethod
def nitro_booster(cls):
"""A factory method that returns a :class:`Colour` with a value of ``0xf47fff``.
.. versionadded:: 1.5.1.5"""
.. versionadded:: 2.0"""
return cls(0xf47fff)
@classmethod