Merge pull request #21 from Eslyium/patch-1

Edit seen v3 help message for clarity
This commit is contained in:
aikaterna
2018-06-13 06:44:38 -07:00
committed by GitHub

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: