mirror of
https://github.com/myned/modufur.git
synced 2024-12-25 14:47:29 +00:00
Moved hourglass timeout to reaction and changed to check mark
This commit is contained in:
parent
679975f9df
commit
878eb4de06
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||||
|
|
Loading…
Reference in a new issue