Update Invitarr.py

This commit is contained in:
Sleepingpirates
2020-05-12 16:02:17 -04:00
committed by GitHub
parent c1fba465b5
commit a2cf56d9ef

View File

@@ -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.