Custom Command
Dashboard
Discord
GitHub
$checkContains
checks if given message contains any of the texts
Usage
$checkContains
[
message
;
text1
;
text2
;
..
.
]
Example 1:
Member
08/02/2026
!!exec $checkContains[Mido is good;good]
Custom Command
Bot
08/02/2026
true
Example 2:
Member
08/02/2026
!!exec $checkContains[Mido is good;bad]
Custom Command
Bot
08/02/2026
false
Prev
$charCount[text]
Next
$customEmoji