From 96a5ea614dd91f01b5cc5cba79b6414f9cd66228 Mon Sep 17 00:00:00 2001 From: Sleepingpirates Date: Fri, 12 Jun 2020 17:36:31 +0000 Subject: [PATCH] fixed bugs --- Invitarr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Invitarr.py b/Invitarr.py index 872a064..e49c93b 100644 --- a/Invitarr.py +++ b/Invitarr.py @@ -121,7 +121,7 @@ class MyClient(discord.Client): user_id = user_id.replace(i, '') db.save_user(user_id, email) await message.channel.send('The user has been added to db!') - await secure.send(email + ' ' + msg[1] + ' was added to plex') + await secure.send(email + ' ' + mgs[1] + ' was added to plex') except: await message.channel.send('Cannot add this user to db.') print("Cannot add this user to db.")