fixed typo
This commit is contained in:
@@ -184,7 +184,7 @@ class app(commands.Cog):
|
|||||||
print("{} Cannot remove this user from plex.".format(email))
|
print("{} Cannot remove this user from plex.".format(email))
|
||||||
return
|
return
|
||||||
|
|
||||||
@commands.cog.listener()
|
@commands.Cog.listener()
|
||||||
async def on_member_remove(self, member):
|
async def on_member_remove(self, member):
|
||||||
email = db.get_useremail(member.id)
|
email = db.get_useremail(member.id)
|
||||||
plexhelper.plexremove(plex,email)
|
plexhelper.plexremove(plex,email)
|
||||||
|
|||||||
Reference in New Issue
Block a user