From 0397401216a83877985a9b8cc183365d556ebd7f Mon Sep 17 00:00:00 2001 From: Dav <57032623+Dav-Git@users.noreply.github.com> Date: Sat, 22 Feb 2020 22:37:25 +0100 Subject: [PATCH] [Docs] randomize_color now has its own docstring (#3491) * randomize_color now has it's own docstring and definition * hi CI * reverse CI trigger * reversed work on embed.py * Changed docs file --- docs/framework_utils.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/framework_utils.rst b/docs/framework_utils.rst index 468d880f0..fe836576a 100644 --- a/docs/framework_utils.rst +++ b/docs/framework_utils.rst @@ -21,6 +21,7 @@ Embed Helpers .. automodule:: redbot.core.utils.embed :members: + :exclude-members: randomize_color Reaction Menus ==============