Don't commit before testing

pull/152/head
bobloy 4 years ago
parent 1e8d1efb57
commit 5611f7abe7

@ -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, 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)
@commands.Cog.listener()

Loading…
Cancel
Save