Update Invitarr.py

This commit is contained in:
Faiz Ed
2020-05-12 16:11:27 -04:00
committed by GitHub
parent a2cf56d9ef
commit 83b441cdb5

View File

@@ -55,7 +55,7 @@ class MyClient(discord.Client):
else:
await after.send('You have Been Added To Plex!')
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')
client = MyClient()