Update Invitarr.py

This commit is contained in:
Sleepingpirates
2020-05-12 15:57:10 -04:00
committed by GitHub
parent 66cda3e0ec
commit 97e9011be8

View File

@@ -38,7 +38,7 @@ class MyClient(discord.Client):
try:
email = await client.wait_for('message', timeout=600, check=check)
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:
await asyncio.sleep(5)
await after.send('Got it we will be processing your email shortly')