Friday, September 20, 2024 4:33:28 AM
> settings

Customize


Authenticate

> _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 itsthedevman
- build 340fbb8