Increased timer for marry command

pull/2/head
sgoudham 4 years ago
parent 0a18158ae6
commit 0cd1c1af1d

@ -224,7 +224,7 @@ async def marry(ctx, member: discord.Member):
# Surround with try/except to catch any exceptions that may occur # Surround with try/except to catch any exceptions that may occur
try: try:
# Wait for the message from the mentioned user # Wait for the message from the mentioned user
msg = await client.wait_for('message', check=check, timeout=10) msg = await client.wait_for('message', check=check, timeout=30)
# if the person says yes # if the person says yes
if msg.content.lower() in ['y', 'yes', 'yea']: if msg.content.lower() in ['y', 'yes', 'yea']:

Loading…
Cancel
Save