fixed bugs with storing userid
This commit is contained in:
@@ -80,7 +80,7 @@ class MyClient(discord.Client):
|
|||||||
plexname = str(email.content)
|
plexname = str(email.content)
|
||||||
if plexadd(plexname):
|
if plexadd(plexname):
|
||||||
if auto_remove_user:
|
if auto_remove_user:
|
||||||
db.save_user(after.id, email.content)
|
db.save_user(str(after.id), email.content)
|
||||||
await asyncio.sleep(20)
|
await asyncio.sleep(20)
|
||||||
await after.send('You have Been Added To Plex!')
|
await after.send('You have Been Added To Plex!')
|
||||||
secure = client.get_channel(chan)
|
secure = client.get_channel(chan)
|
||||||
|
|||||||
Reference in New Issue
Block a user