1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-12-25 06:37:29 +00:00

Moved hourglass timeout to reaction and changed to check mark

This commit is contained in:
Myned 2017-12-10 17:18:20 -05:00
parent 679975f9df
commit 878eb4de06

View file

@ -149,7 +149,7 @@ class MsG:
await self.heartqueue.put((e.user, send)) await self.heartqueue.put((e.user, send))
except asyncio.TimeoutError: except asyncio.TimeoutError:
await message.edit(content='\N{HOURGLASS}') await message.add_reaction('\N{WHITE HEAVY CHECK MARK}')
# @cmds.command() # @cmds.command()
# async def auto_post(self, ctx): # async def auto_post(self, ctx):