mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
[V3] use configured color in all places (#1918)
* use configured color * help formatter too
This commit is contained in:
@@ -82,10 +82,7 @@ class Help(formatter.HelpFormatter):
|
||||
if self.pm_check(self.context):
|
||||
return self.context.bot.color
|
||||
else:
|
||||
if await self.context.bot.db.guild(self.context.guild).use_bot_color():
|
||||
return self.context.bot.color
|
||||
else:
|
||||
return self.me.color
|
||||
return await self.context.embed_colour()
|
||||
|
||||
@property
|
||||
def destination(self):
|
||||
|
||||
Reference in New Issue
Block a user