From 0658a62823f2f412de293e7b26995264a3a48d26 Mon Sep 17 00:00:00 2001 From: Myned Date: Sat, 21 Oct 2017 16:41:58 -0400 Subject: [PATCH] Lowered timeout for image position --- src/main/cogs/booru.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/cogs/booru.py b/src/main/cogs/booru.py index 1c0ac36..aa4dbb2 100644 --- a/src/main/cogs/booru.py +++ b/src/main/cogs/booru.py @@ -487,7 +487,7 @@ class MsG: pools.append(pool['name']) match = await ctx.send('**Multiple pools found.** Type in the correct match.\n```\n{}```\nor `cancel` to cancel.'.format('\n'.join(['{} {}'.format(c, elem) for c, elem in enumerate(pools, 1)]))) try: - selection = await self.bot.wait_for('message', check=on_message, timeout=10 * 60) + selection = await self.bot.wait_for('message', check=on_message, timeout=5 * 60) except exc.Abort: raise exc.Abort finally: