Custom Command
FunctionsOnly Functions

$onlyIfMessageContains

Continues the execution only if 'text' contains all provided words, returns the error message parameter if it does not.

Usage

$onlyIfMessageContains[text;word1;word2;...;error message]

Example

Member
9/5/2026

!!exec $onlyIfMessageContains[$username[$authorID];mem;My username doesn't contain mem] My username contains mem!

Custom Command
APP
9/5/2026
My username contains mem

On this page