Update Invitarr.py
This commit is contained in:
@@ -38,7 +38,7 @@ class MyClient(discord.Client):
|
|||||||
try:
|
try:
|
||||||
email = await client.wait_for('message', timeout=600, check=check)
|
email = await client.wait_for('message', timeout=600, check=check)
|
||||||
except asyncio.TimeoutError:
|
except asyncio.TimeoutError:
|
||||||
await after.send('You fucked up... message ... so he can add you manually.')
|
await after.send('Timed Out. Message Server Admin So They Can Add You Manually.')
|
||||||
else:
|
else:
|
||||||
await asyncio.sleep(5)
|
await asyncio.sleep(5)
|
||||||
await after.send('Got it we will be processing your email shortly')
|
await after.send('Got it we will be processing your email shortly')
|
||||||
|
|||||||
Reference in New Issue
Block a user