Update Invitarr.py
This commit is contained in:
@@ -55,7 +55,7 @@ class MyClient(discord.Client):
|
|||||||
else:
|
else:
|
||||||
await after.send('You have Been Added To Plex!')
|
await after.send('You have Been Added To Plex!')
|
||||||
async with aiohttp.ClientSession() as session:
|
async with aiohttp.ClientSession() as session:
|
||||||
webhook = Webhook.from_url('Webhookurl', adapter=AsyncWebhookAdapter(session))
|
webhook = Webhook.from_url(Webhookurl, adapter=AsyncWebhookAdapter(session))
|
||||||
await webhook.send(plexname + ' was added to plex', username='Logger')
|
await webhook.send(plexname + ' was added to plex', username='Logger')
|
||||||
|
|
||||||
client = MyClient()
|
client = MyClient()
|
||||||
|
|||||||
Reference in New Issue
Block a user