Update discord/colour.py

Co-authored-by: Arthur <site-github@api-d.com>
This commit is contained in:
NightSlasher35 2021-08-29 12:27:30 +01:00 committed by GitHub
parent 803bc178c5
commit 3656d9d2af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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