Lists
JavaScript arrays.
What are lists?
Lists are just like regular lists; They can contain elements. Here's a list, in human-readable form.
===========================
Bot
Maker
For
Discord
===========================
At position #0 of the list lays "Bot"
At position #3 of the list lays "Discord"
*Use "Get List Element" to get the elements of a list*
Got the hang of it yet? Great!
Sorting Lists
This one's pretty complicated - it takes some understanding, but I'll try my best provide some insight.\
That is the sort list action. You might wonder what "sort value of iteration" means, which is fair.
Every iteration, you need to output a value. That value will have to be the sort value. For example, I can place a "Get Member Data" action inside "for each iteration, run" and make it's output the sort value
Since this is hard to explain, here's some rawdata:
Last updated