1
0
Fork 0
mirror of https://github.com/myned/modufur.git synced 2024-12-25 14:47:29 +00:00

Lowered timeout for image position

This commit is contained in:
Myned 2017-10-21 16:41:58 -04:00
parent 4bd72a160f
commit 0658a62823

View file

@ -487,7 +487,7 @@ class MsG:
pools.append(pool['name']) 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)]))) 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: 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: except exc.Abort:
raise exc.Abort raise exc.Abort
finally: finally: