$stringStartsWith

Determines whether given message starts by another message or not

Usage

$stringStartsWith[message;text]

Example:

Member09/19/2023
!!exec $stringStartsWith[Hello World;Hello]

Custom Command Bot 09/19/2023
true

Example:

Member09/19/2023
!!exec $stringStartsWith[Hello World;Hate]

Custom Command Bot 09/19/2023
false