I don't know how to do it because there are no conditions.
If it were me, I would use the following method as the base.
p1 = []
p2 = []
msg = '+Participate'
if msg == '+Participate':
p1.append ({user})
if msg == '+Participation2'
p2.append ({user})
© 2024 OneMinuteCode. All rights reserved.