From 461f03aac06cbbf57ee941b323f2425be30c2438 Mon Sep 17 00:00:00 2001 From: Michael H Date: Wed, 11 Jul 2018 20:50:59 -0400 Subject: [PATCH] [V3 Context] Aliasing Colour to color (#1916) * [V3 Context] Aliasing Colour to color We should stay consistent here and keep the aliasing from upstream, even when we extend this. * fmt pass --- redbot/core/commands/context.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/redbot/core/commands/context.py b/redbot/core/commands/context.py index 295f96c72..e61f201fb 100644 --- a/redbot/core/commands/context.py +++ b/redbot/core/commands/context.py @@ -152,6 +152,11 @@ class Context(commands.Context): else: return self.bot.color + @property + def embed_color(self): + # Rather than double awaiting. + return self.embed_colour + async def embed_requested(self): """ Simple helper to call bot.embed_requested