Custom Command
FunctionsText Functions

$stringEndsWith

Checks if given message ends with given text

Usage

$stringEndsWith[message;text]

Example:

!!exec $stringEndsWith[Hello World;World]

true

Example:

!!exec $stringEndsWith[Hello World;Discord]

false

On this page