From 411b477a02042ebec9f1a1fe944b114611c40b1b Mon Sep 17 00:00:00 2001 From: Rapptz Date: Fri, 16 Oct 2015 07:13:24 -0400 Subject: Separate colour tuple into its own class. Also enumerate all the constant colours that Discord currently supports. --- docs/api.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/api.rst b/docs/api.rst index 62e41e4d..b8d91275 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -210,6 +210,9 @@ Some classes are just there to be data containers, this lists them. It should be .. autoclass:: Member :members: +.. autoclass:: Colour + :members: + .. autoclass:: Role :members: -- cgit v1.2.3