Hello
I need to know if it's possible to have a !hello command which displays a specific message to a specific user and a normal message to everybody else. The specific people are around 15 and I'd like them to have a specific message for each.
I've seen this code which gets close to what I need
$(eval List=[User1,User2,UserX…];List.includes($(user).toLowerCase())?Response: )
but I don't know how to add more responses and make each of these responses specifically for a specific person