diff options
| -rw-r--r-- | bot/cogs/tags.py | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/bot/cogs/tags.py b/bot/cogs/tags.py index 9548f2e43..8115423cc 100644 --- a/bot/cogs/tags.py +++ b/bot/cogs/tags.py @@ -152,6 +152,7 @@ class Tags(Cog):                  and user == ctx.author                  and reaction.message.id == msg.id              ) +          try:              await self.bot.wait_for("reaction_add", timeout=60.0, check=check_trashcan)          except asyncio.TimeoutError: | 
