fixed typo

This commit is contained in:
Faiz Ahmed
2021-08-04 19:42:12 -04:00
parent 380d696d2e
commit dd9cacb9e5

View File

@@ -184,7 +184,7 @@ class app(commands.Cog):
print("{} Cannot remove this user from plex.".format(email))
return
@commands.cog.listener()
@commands.Cog.listener()
async def on_member_remove(self, member):
email = db.get_useremail(member.id)
plexhelper.plexremove(plex,email)