From 878eb4de06fe2307a4b83ef0447b5886962fd6a4 Mon Sep 17 00:00:00 2001 From: Myned Date: Sun, 10 Dec 2017 17:18:20 -0500 Subject: [PATCH] Moved hourglass timeout to reaction and changed to check mark --- src/cogs/booru.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cogs/booru.py b/src/cogs/booru.py index 71d0115..58495ca 100644 --- a/src/cogs/booru.py +++ b/src/cogs/booru.py @@ -149,7 +149,7 @@ class MsG: await self.heartqueue.put((e.user, send)) except asyncio.TimeoutError: - await message.edit(content='\N{HOURGLASS}') + await message.add_reaction('\N{WHITE HEAVY CHECK MARK}') # @cmds.command() # async def auto_post(self, ctx):