Edit seen v3 help message

This commit is contained in:
Eslyium
2018-06-01 13:57:25 -04:00
committed by GitHub
parent 62eccc664c
commit 581f065692

View File

@@ -21,7 +21,7 @@ class Seen:
@commands.guild_only()
@commands.command(name='seen')
async def _seen(self, ctx, author: discord.Member):
'''[p]seen <@username>'''
'''Shows last time a user was seen in chat'''
member_seen = await self.config.member(author).member_seen()
now = int(time.time())
try: