Respect embed color

This commit is contained in:
bobloy 2020-10-09 13:54:05 -04:00
parent a92c373b49
commit 1e8d1efb57

View File

@ -83,7 +83,7 @@ class LastSeen(Cog):
# description="{} was last seen at this date and time".format(member.display_name),
# timestamp=last_seen)
embed = discord.Embed(timestamp=last_seen)
embed = discord.Embed(timestamp=last_seen, color=self.bot.get_embed_color(ctx))
await ctx.send(embed=embed)
@commands.Cog.listener()