fixed typo

This commit is contained in:
Faiz Ahmed
2021-08-04 19:40:38 -04:00
parent e6103faba6
commit 380d696d2e

View File

@@ -185,7 +185,7 @@ class app(commands.Cog):
return
@commands.cog.listener()
aysnc def on_member_remove(self, member):
async def on_member_remove(self, member):
email = db.get_useremail(member.id)
plexhelper.plexremove(plex,email)
deleted = db.delete_user(member.id)