From 97e9011be8c7673f728dac7158d0c959529b3d09 Mon Sep 17 00:00:00 2001 From: Sleepingpirates <32914211+Sleepingpirates@users.noreply.github.com> Date: Tue, 12 May 2020 15:57:10 -0400 Subject: [PATCH] Update Invitarr.py --- Invitarr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')