$stringStartsWith

Determines whether given message starts by another message or not

Usage

$stringStartsWith[message;text]

Example:

Member04/02/2024
!!exec $stringStartsWith[Hello World;Hello]

Custom Command Bot 04/02/2024
true

Example:

Member04/02/2024
!!exec $stringStartsWith[Hello World;Hate]

Custom Command Bot 04/02/2024
false