I’m looking to make a command that would be like this: !add x. The !add would check another command !list to check if the value of x is already in the content of !list. (The different values in !list are separated by a “,”) If it isn’t, I’d like to add the x to that !list. Is there a way in doing this?
The only option to update a list from the chat is, as far as I know, the Quote System API. Have a look at it, maybe this fits your needs in a slightly different way.