From 13b0aaad623cfdf7d71509053cc640d7e350b8cb Mon Sep 17 00:00:00 2001 From: Sleepingpirates <32914211+Sleepingpirates@users.noreply.github.com> Date: Fri, 15 May 2020 21:36:52 -0400 Subject: [PATCH] Update Invitarr.py --- Invitarr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Invitarr.py b/Invitarr.py index fe8960a..29a47d6 100644 --- a/Invitarr.py +++ b/Invitarr.py @@ -56,7 +56,7 @@ class MyClient(discord.Client): await after.send('You have Been Added To Plex!') async with aiohttp.ClientSession() as session: webhook = Webhook.from_url(Webhookurl, adapter=AsyncWebhookAdapter(session)) - await webhook.send(plexname + ' was added to plex', username='Logger') + await webhook.send(plexname + ' ' + after.mention + ' was added to plex', username='Logger') client = MyClient() client.run(Discord_bot_token)