Add blue color to embed

This commit is contained in:
CramMK
2020-03-25 10:40:51 +01:00
parent 592fc9f206
commit 194d0f7274

View File

@@ -154,7 +154,7 @@ class Voice(commands.Cog):
player,
after=lambda e: print('Player error: %s' % e) if e else None)
player_embed = discord.Embed(colour.discord.Colour.blue())
player_embed = discord.Embed(colour=discord.Colour.blue())
player_embed.set_thumbal(url=player.thumbnail)
player_embed.add_field(name="Song", value=player.title)