Error 'list' object has no attribute 'mention' in python
When i run my file, no problem, when I do the command, i get an error code that i dont know how to resovle, I have no list created.
Here is the error code :
`line 13, in on_message
if message.content .find (f"""!{member.m ention} need love""") != -1:
AttributeError: 'list' object has no attribute 'mention'`