Wednesday, July 15, 2026 4:00:49 AM
> _fnc_sendToChannel.html.erb
<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">&lt;ARRAY&gt;</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">&lt;STRING&gt;</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">&lt;STRING&gt;</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>
All opinions represented herein are my own
- © 2024 - 2026 itsthedevman
- build 43aa0d7