diff --git a/Invitarr.py b/Invitarr.py index 2b5437a..beb86cc 100644 --- a/Invitarr.py +++ b/Invitarr.py @@ -80,7 +80,7 @@ class MyClient(discord.Client): plexname = str(email.content) if plexadd(plexname): if auto_remove_user: - db.save_user(after.id, email.content) + db.save_user(str(after.id), email.content) await asyncio.sleep(20) await after.send('You have Been Added To Plex!') secure = client.get_channel(chan)