<article class="uk-article">
<h1 class="uk-article-title">ESM_fnc_sendToChannel</h1>
<p class="uk-article-meta">Sends a message to a Discord channel</p>
<h4 class="uk-margin-remove">Input: <code><span class="esm-text-color-toast-yellow"><ARRAY></span></code></h4>
<dl class="uk-description-list">
<dd><code>_this select 0: <span class="esm-text-color-toast-blue">_channelID</span> <span class="esm-text-color-toast-yellow"><STRING></span></code></dd>
<dd>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</dd>
<dd><code>_this select 1: <span class="esm-text-color-toast-blue">_message</span> <span class="esm-text-color-toast-yellow"><STRING></span></code></dd>
<dd>The message to send to the channel</dd>
</dl>
<h4 class="uk-margin-remove">Example</h4>
<code>[_channelID, "Oh, Hi Mark."] call ESM_fnc_sendToChannel;</code>
</article>