Update Invitarr.py
This commit is contained in:
@@ -9,10 +9,10 @@ import aiohttp
|
|||||||
|
|
||||||
# settings
|
# settings
|
||||||
Discord_bot_token = ''
|
Discord_bot_token = ''
|
||||||
roleid = '' # Role Id, right click the role and copy id.
|
roleid = # Role Id, right click the role and copy id.
|
||||||
PLEXUSER = '' # Plex Username
|
PLEXUSER = '' # Plex Username
|
||||||
PLEXPASS = '' # plex password
|
PLEXPASS = '' # plex password
|
||||||
PLEX_SERVER_NAME = '' # Name of plex server
|
PLEX_SERVER_NAME = '' # Name of plex server
|
||||||
Plex_LIBS = ["Movies","TV Shows"] #name of the libraries you want the user to have access to.
|
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.
|
Webhookurl = '' # For logging the user repiles, create a webhook to the discord channel you want to log this in.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user