Skip to content

Commit

Permalink
deploy: daa82d7
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed Oct 12, 2023
1 parent 3fda365 commit ede1562
Show file tree
Hide file tree
Showing 7 changed files with 605 additions and 230 deletions.
305 changes: 298 additions & 7 deletions Channel.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ <h5>Parameters:</h5>
<p class="tag-source">
<a href="structures_Channel.js.html" class="button">View Source</a>
<span>
<a href="structures_Channel.js.html">structures/Channel.js</a>, <a href="structures_Channel.js.html#line5">line 5</a>
<a href="structures_Channel.js.html">structures/Channel.js</a>, <a href="structures_Channel.js.html#line10">line 10</a>
</span>
</p>

Expand Down Expand Up @@ -395,7 +395,7 @@ <h4 class="name" id="client">
<p class="tag-source">
<a href="structures_Channel.js.html" class="button">View Source</a>
<span>
<a href="structures_Channel.js.html">structures/Channel.js</a>, <a href="structures_Channel.js.html#line21">line 21</a>
<a href="structures_Channel.js.html">structures/Channel.js</a>, <a href="structures_Channel.js.html#line26">line 26</a>
</span>
</p>

Expand Down Expand Up @@ -476,7 +476,7 @@ <h4 class="name" id="guild">
<p class="tag-source">
<a href="structures_Channel.js.html" class="button">View Source</a>
<span>
<a href="structures_Channel.js.html">structures/Channel.js</a>, <a href="structures_Channel.js.html#line39">line 39</a>
<a href="structures_Channel.js.html">structures/Channel.js</a>, <a href="structures_Channel.js.html#line44">line 44</a>
</span>
</p>

Expand Down Expand Up @@ -557,7 +557,7 @@ <h4 class="name" id="guild_id">
<p class="tag-source">
<a href="structures_Channel.js.html" class="button">View Source</a>
<span>
<a href="structures_Channel.js.html">structures/Channel.js</a>, <a href="structures_Channel.js.html#line46">line 46</a>
<a href="structures_Channel.js.html">structures/Channel.js</a>, <a href="structures_Channel.js.html#line51">line 51</a>
</span>
</p>

Expand Down Expand Up @@ -634,7 +634,84 @@ <h4 class="name" id="id">
<p class="tag-source">
<a href="structures_Channel.js.html" class="button">View Source</a>
<span>
<a href="structures_Channel.js.html">structures/Channel.js</a>, <a href="structures_Channel.js.html#line27">line 27</a>
<a href="structures_Channel.js.html">structures/Channel.js</a>, <a href="structures_Channel.js.html#line32">line 32</a>
</span>
</p>

</dl>





</div>

<div class="member">

<span class="method-parameter is-pulled-right">
<label>Type:</label>

<code class="param-type">ChannelMessageManager</code>


</span>

<h4 class="name" id="messages">
<a class="href-link" href="#messages">#</a>

<span class="code-name">
messages
</span>

</h4>




<div class="description">
<p>The message manager for this channel.</p>
</div>





<dl class="details">































<p class="tag-source">
<a href="structures_Channel.js.html" class="button">View Source</a>
<span>
<a href="structures_Channel.js.html">structures/Channel.js</a>, <a href="structures_Channel.js.html#line65">line 65</a>
</span>
</p>

Expand Down Expand Up @@ -711,7 +788,7 @@ <h4 class="name" id="name">
<p class="tag-source">
<a href="structures_Channel.js.html" class="button">View Source</a>
<span>
<a href="structures_Channel.js.html">structures/Channel.js</a>, <a href="structures_Channel.js.html#line33">line 33</a>
<a href="structures_Channel.js.html">structures/Channel.js</a>, <a href="structures_Channel.js.html#line38">line 38</a>
</span>
</p>

Expand Down Expand Up @@ -788,7 +865,7 @@ <h4 class="name" id="type">
<p class="tag-source">
<a href="structures_Channel.js.html" class="button">View Source</a>
<span>
<a href="structures_Channel.js.html">structures/Channel.js</a>, <a href="structures_Channel.js.html#line52">line 52</a>
<a href="structures_Channel.js.html">structures/Channel.js</a>, <a href="structures_Channel.js.html#line57">line 57</a>
</span>
</p>

Expand All @@ -805,6 +882,220 @@ <h4 class="name" id="type">



<div class='vertical-section'>
<h1>Methods</h1>
<div class="members">

<div class="member">



<h4 class="name" id="send">
<a class="href-link" href="#send">#</a>


<span class='tag'>async</span>


<span class="code-name">

send<span class="signature">(content, param1)</span><span class="type-signature"> &rarr; {Promise.&lt;<a href="Message.html">Message</a>>}</span>

</span>
</h4>




<div class="description">
<p>Sends a message to this channel.</p>
</div>










<h5>Parameters:</h5>

<div class="table-container">
<table class="params table">
<thead>
<tr>

<th>Name</th>


<th>Type</th>





<th class="last">Description</th>
</tr>
</thead>

<tbody>



<tr class="deep-level-0">

<td class="name"><code>content</code></td>


<td class="type">


<code class="param-type">String</code>



</td>





<td class="description last"><p>The message content.</p></td>
</tr>





<tr class="deep-level-0">

<td class="name"><code>param1</code></td>


<td class="type">


<code class="param-type">Object</code>



</td>





<td class="description last"><p>Embeds, components and files to include with the message.</p></td>
</tr>



</tbody>
</table>
</div>





<dl class="details">



























<dt class="tag-see">See:</dt>
<dd class="tag-see">
<ul>
<li><a href="https://discord.com/developers/docs/resources/channel#create-message">https://discord.com/developers/docs/resources/channel#create-message</a></li>
</ul>
</dd>





<p class="tag-source">
<a href="structures_Channel.js.html" class="button">View Source</a>
<span>
<a href="structures_Channel.js.html">structures/Channel.js</a>, <a href="structures_Channel.js.html#line76">line 76</a>
</span>
</p>

</dl>


















<div class='columns method-parameter'>
<div class="column is-2"><label>Returns:</label></div>
<div class="column is-10">



<div class="columns">


<div class='column is-5 has-text-left'>
<label>Type: </label>

<code class="param-type">Promise.&lt;<a href="Message.html">Message</a>></code>


</div>

</div>


</div>
</div>




</div>

</div>
</div>




Expand Down
Loading

0 comments on commit ede1562

Please sign in to comment.