mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-16 02:30:11 +00:00
Change various timeouts to 5 minutes instead of 1
This commit is contained in:
parent
a9a9fb018e
commit
b4bc1f1263
4 changed files with 5 additions and 5 deletions
|
|
@ -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.")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue