"List" is a type of CUSTOM COMMANDS. To make use of it, you must first CREATE one, as defined below.
List
The List
command-type is used to store user-created lists for a variety of purposes.
Command Creation
EDITOR
Rank
Unlike built in commands, List is a type of command. Using the built in !Commands command, you may create as many List commands as you desire.
Creation via Interface
Creation via Command
!commands
add
!{my-list}
--type=list
The flag to set the type to "list"
The name of the command to create
Command handler action
Commands handler command
Standard Use
PUBLIC
Rank
Displays a value from the list either at random or by the input number provided.
Usage
!{my-list}
#
Variables
#
- The #
th value stored in the list.
Add
EDITOR
Rank
Add a new value to the end of the list.
Usage
!{my-list}
add
Remove
EDITOR
Rank
Removes a value from the list.
Usage
!{my-list}
remove #
Variables
#
- The #
th value to remove from the list.