From 31fd5023f1ac740d7118b1fd49349c5502160cc5 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Mon, 30 Nov 2015 03:15:56 -0500 Subject: Miscellaneous documentation fixes. --- discord/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'discord/client.py') diff --git a/discord/client.py b/discord/client.py index 3ef13ca4..cac3ee0d 100644 --- a/discord/client.py +++ b/discord/client.py @@ -1221,7 +1221,7 @@ class Client(object): At the moment, the Discord API allows you to set the colour to any RGB value. This will change in the future so it is recommended that you use the constants in the :class:`Colour` instead such as - :attr:`Colour.NAVY_BLUE`. + :meth:`Colour.green`. :param server: The :class:`Server` the role belongs to. :param role: The :class:`Role` to edit. -- cgit v1.2.3