From 28601c85e18591a4c62ec3789e1b8d52b1ed9dfb 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 cbcf9f903..710ad420a 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`