Using the content of one command in another

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?

Thanks in advance!

Hey @brecht_vh!

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.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.