$seq

Returns a sequence of numbers, decided by a starting (inclusive) number and stop at ending (inclusive) number with step.

Usage:

$seq[Start;End;Step (optional, default=1)]

Example:


Member04/02/2024
!!exec $seq[1;10]
Custom Command Bot 04/02/2024
1 2 3 4 5 6 7 8 9 10

TIP

This can be used with $forEach quite easily

Function difficulty Difficult
Tags: sequence Numbers list return list ForEach