Skip to content

$isBoostMessage

Checks if a message is a boost message from Discord.

Usage

$isBoostMessage[messageID;channelID]

Parameters

FieldTypeDescriptionRequired?
messageIDstringID of the message to checktrue
channelIDstringChannel id that has the message to checktrue

Example

This will mostly return false.

$isBoostMessage[$messageID;$channelID]