From cb06a626fe352a30c5821b6108e5220fb4cc795b Mon Sep 17 00:00:00 2001 From: Sleepingpirates <32914211+Sleepingpirates@users.noreply.github.com> Date: Thu, 11 Jun 2020 14:02:16 -0400 Subject: [PATCH] fixed bugs with storing userid --- Invitarr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)