mirror of
https://github.com/myned/modufur.git
synced 2024-12-24 22:27:28 +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))
|
||||
|
||||
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):
|
||||
|
|
Loading…
Reference in a new issue