[Audio] Fix for embed color (no, COLOUR) on notify messages (#2059)

This commit is contained in:
aikaterna 2018-08-26 16:44:19 -07:00 committed by Toby Harradine
parent f258e93cf7
commit 43b0a58649

View File

@ -75,7 +75,7 @@ class Audio:
async def _get_embed_colour(self, channel: discord.abc.GuildChannel):
# Unfortunately we need this for when context is unavailable.
if await self.bot.db.guild(channel.guild).use_bot_colour():
if await self.bot.db.guild(channel.guild).use_bot_color():
return channel.guild.me.color
else:
return self.bot.color