Definition
findCheermotePositions(text, names)
Finds the positions of all cheermotes in the given message.
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| text | string | none | The message text. | |
| names | string[] | none | The names of the cheermotes to find. |
Return type: ParsedMessageCheerPart[]