fixed error in fetching from db

This commit is contained in:
Sleepingpirates
2020-06-27 19:47:27 +00:00
committed by repl.it user
parent 07cd71c669
commit 2dde091f97
2 changed files with 3 additions and 1 deletions

2
.replit Normal file
View File

@@ -0,0 +1,2 @@
language = "bash"
run = ""

View File

@@ -184,7 +184,7 @@ class MyClient(discord.Client):
if deleted:
print("Removed {} from db".format(email))
secure = client.get_channel(chan)
await secure.send(email + ' ' + member.mention + 'was removed from plex because they left the server')
#await secure.send(email + ' ' + member.mention + 'was removed from plex because they left the server')
else:
print("Cannot remove this user from db.")
except: