diff --git a/Invitarr.py b/Invitarr.py index 1d6e3f0..8125697 100644 --- a/Invitarr.py +++ b/Invitarr.py @@ -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')