Respect embed color
This commit is contained in:
parent
a92c373b49
commit
1e8d1efb57
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user