Change various timeouts to 5 minutes instead of 1

This commit is contained in:
Ske 2018-09-07 23:21:12 +02:00
parent a9a9fb018e
commit b4bc1f1263
4 changed files with 5 additions and 5 deletions

View file

@ -115,7 +115,7 @@ async def switch_move(ctx: CommandContext):
await ctx.client.add_reaction(confirm_msg, "")
reaction = await ctx.client.wait_for_reaction(emoji=["", ""], message=confirm_msg, user=ctx.message.author,
timeout=60.0)
timeout=60.0 * 5)
if not reaction:
return CommandError("Switch move timed out.")