ESM_fnc_sendToChannel

Input: <ARRAY>

_this select 0: _channelID <STRING>
The snowflake ID of the Discord Channel to send to. ESM has to have access to this channel or it won't be able to send the message
_this select 1: _message <STRING>
The message to send to the channel

Example

[_channelID, "Oh, Hi Mark."] call ESM_fnc_sendToChannel;