Random
{random.int [min/max] [max]}
Section titled “{random.int [min/max] [max]}”Min/max works as defaults. They can be overridden when writing the command: !random 123 would generate a number between 1 and 123.
{random.choice} [options...]
Section titled “{random.choice} [options...]”Options works as default choices. They can be overridden when writing the command: !random_choice optionA optionB optionC would choose between those three options.