Custom Command
Dashboard
open in new window
Discord
open in new window
GitHub
open in new window
#
$arrayUnshift
Adds an element to the start of the array.
#
Usage
$arrayUnshift
[
value
;
array name
(
optional
)
]
1
#
Example:
Member
03/05/2025
!!exec $arrayUnshift[Mido]
$arrayUnshift[Rake]
$arrayUnshift[Azz]
$arrayJoin[/]
Custom Command
Bot
03/05/2025
Azz/Rake/Mido
$arrayUnique