From 2d6c50dbe13b20ab6dc56a20ecc1057a80f166e9 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Tue, 28 Feb 2023 08:46:44 -0500 Subject: [PATCH] Add note about colour changing --- discord/colour.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/discord/colour.py b/discord/colour.py index 6a9f7b8d5..52dca9cc0 100644 --- a/discord/colour.py +++ b/discord/colour.py @@ -104,6 +104,11 @@ class Colour: Returns the raw colour value. + .. note:: + + The colour values in the classmethods are mostly provided as-is and can change between + versions should the Discord client's representation of that colour also change. + Attributes ------------ value: :class:`int`