From a2cf56d9ef8d42032481fc182a7e212c3e7746a4 Mon Sep 17 00:00:00 2001 From: Sleepingpirates <32914211+Sleepingpirates@users.noreply.github.com> Date: Tue, 12 May 2020 16:02:17 -0400 Subject: [PATCH] Update Invitarr.py --- Invitarr.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Invitarr.py b/Invitarr.py index 0e9568b..6418bc7 100644 --- a/Invitarr.py +++ b/Invitarr.py @@ -9,10 +9,10 @@ import aiohttp # settings Discord_bot_token = '' -roleid = '' # Role Id, right click the role and copy id. -PLEXUSER = '' # Plex Username -PLEXPASS = '' # plex password -PLEX_SERVER_NAME = '' # Name of plex server +roleid = # Role Id, right click the role and copy id. +PLEXUSER = '' # Plex Username +PLEXPASS = '' # plex password +PLEX_SERVER_NAME = '' # Name of plex server Plex_LIBS = ["Movies","TV Shows"] #name of the libraries you want the user to have access to. Webhookurl = '' # For logging the user repiles, create a webhook to the discord channel you want to log this in.