Using the content of one command in another

Asked May 23, 2020·1 reply·Last activity 6 years ago·Open in Discord ↗
Archived from the original community forum
Things may have changed since it was written. Still stuck? Ask the community on Discord.

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!

1 reply

Hey @Upbeat Koala!

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.