diff --git a/.replit b/.replit new file mode 100644 index 0000000..2aff877 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "bash" +run = "" \ No newline at end of file diff --git a/app/app/bot/Invitarr.py b/app/app/bot/Invitarr.py index 9f38538..ba9c234 100644 --- a/app/app/bot/Invitarr.py +++ b/app/app/bot/Invitarr.py @@ -184,7 +184,7 @@ class MyClient(discord.Client): if deleted: print("Removed {} from db".format(email)) secure = client.get_channel(chan) - await secure.send(email + ' ' + member.mention + 'was removed from plex because they left the server') + #await secure.send(email + ' ' + member.mention + 'was removed from plex because they left the server') else: print("Cannot remove this user from db.") except: