Don't commit before testing
This commit is contained in:
parent
1e8d1efb57
commit
5611f7abe7
@ -83,7 +83,7 @@ class LastSeen(Cog):
|
|||||||
# description="{} was last seen at this date and time".format(member.display_name),
|
# description="{} was last seen at this date and time".format(member.display_name),
|
||||||
# timestamp=last_seen)
|
# timestamp=last_seen)
|
||||||
|
|
||||||
embed = discord.Embed(timestamp=last_seen, color=self.bot.get_embed_color(ctx))
|
embed = discord.Embed(timestamp=last_seen, color=await self.bot.get_embed_color(ctx))
|
||||||
await ctx.send(embed=embed)
|
await ctx.send(embed=embed)
|
||||||
|
|
||||||
@commands.Cog.listener()
|
@commands.Cog.listener()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user