#Weird error
1 messages · Page 1 of 1 (latest)
if self.status in str(after.activity).lower() and role not in after.roles:
TypeError: 'in <string>' requires string as left operand, not list
can you show your code please
I think the error is that you are looking for a list in a string you want to look for a string in a list
💀