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:
parent
4bd72a160f
commit
0658a62823
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue