Skip to content

Commit

Permalink
Deploy nightly 0adfca8 to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Jul 21, 2023
1 parent 10b59e0 commit 25f8471
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 6 deletions.
3 changes: 3 additions & 0 deletions nightly/bdscript/editSplitText.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@ <h2 id="example"><a class="header" href="#example">Example</a></h2>
New Text: $joinSplitText[]
</code></pre>
<p><img src="https://user-images.githubusercontent.com/95774950/202880969-9ce5041a-cc6c-4bd2-a275-76e9d80be5b5.png" alt="example" /></p>
<blockquote>
<p>For more info, see the <a href="../guides/general/textSplitting.html">Text Splitting Guide</a>.</p>
</blockquote>

</main>

Expand Down
3 changes: 3 additions & 0 deletions nightly/bdscript/removeButtons.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ <h1 id="removebuttons"><a class="header" href="#removebuttons">$removeButtons</a
<h2 id="syntax"><a class="header" href="#syntax">Syntax</a></h2>
<pre><code>$removeButtons
</code></pre>
<blockquote>
<p>For more info, see the <a href="../guides/general/interactions/buttons/aboutButtons.html">Buttons Guide</a>.</p>
</blockquote>

</main>

Expand Down
3 changes: 3 additions & 0 deletions nightly/bdscript/removeButtonsComplex.html
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@ <h2 id="example"><a class="header" href="#example">Example</a></h2>
</code></pre>
<p><img src="https://user-images.githubusercontent.com/111157596/231867111-33a39b32-3d41-469f-802e-c8fe0eb360c9.png" alt="example" />
<img src="https://user-images.githubusercontent.com/111157596/231867140-4e9a4917-4787-4caf-9aa6-9a4e88d51c95.png" alt="example" /></p>
<blockquote>
<p>For more info, see the <a href="../guides/general/interactions/buttons/aboutButtons.html">Buttons Guide</a>.</p>
</blockquote>

</main>

Expand Down
2 changes: 1 addition & 1 deletion nightly/bdscript/slowmode.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ <h3 id="parameters"><a class="header" href="#parameters">Parameters</a></h3>
<p><code>Channel ID</code> <code>(Type: Snowflake || Flag: Required)</code>: The channel in which the slowmode is being modified in.</p>
</li>
<li>
<p><code>Slowmode time</code> <code>(Type: Duration || Flag: Required)</code>: The new slowmode delay <em>(in seconds, e.g. <code>1s</code>, <code>180s</code>, <code>5s</code>, <code>3s</code>, etc)</em>. Use <code>0</code>/<code>0s</code> to disable the slowmode.</p>
<p><code>Slowmode time</code> <code>(Type: Duration || Flag: Required)</code>: The new slowmode delay <em>(e.g. <code>5</code>, <code>10s</code>, <code>40m</code>, <code>1h</code>, etc)</em>. Use <code>0</code>/<code>0s</code> to disable the slowmode.</p>
<blockquote>
<p>🧙‍♂️ Slowmode time can't be set over 6 hours/21600 seconds.</p>
</blockquote>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ <h2 id="functions-used"><a class="header" href="#functions-used">Functions Used<
<li><a href="../../../../bdscript/addButton.html"><code>$addButton[]</code></a></li>
<li><a href="../../../../bdscript/editButton.html"><code>$editButton[]</code></a></li>
<li><a href="../../../../bdscript/removeButtons.html"><code>$removeButtons</code></a></li>
<li><a href="../../../../bdscript/removeButtons.html"><code>$removeButtons[]</code></a></li>
<li><a href="../../../../bdscript/removeButtonsComplex.html"><code>$removeButtons[]</code></a></li>
<li><a href="../../../../bdscript/removeComponent.html"><code>$removeComponent[]</code></a></li>
<li><a href="../../../../callbacks/onInteraction.html"><code>$onInteraction</code></a></li>
<li><a href="../../../../callbacks/onInteractionComplex.html"><code>$onInteraction[]</code></a></li>
Expand Down
13 changes: 11 additions & 2 deletions nightly/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1645,7 +1645,7 @@ <h2 id="functions-used-1"><a class="header" href="#functions-used-1">Functions U
<li><a href="guides/general/interactions/buttons/../../../../bdscript/addButton.html"><code>$addButton[]</code></a></li>
<li><a href="guides/general/interactions/buttons/../../../../bdscript/editButton.html"><code>$editButton[]</code></a></li>
<li><a href="guides/general/interactions/buttons/../../../../bdscript/removeButtons.html"><code>$removeButtons</code></a></li>
<li><a href="guides/general/interactions/buttons/../../../../bdscript/removeButtons.html"><code>$removeButtons[]</code></a></li>
<li><a href="guides/general/interactions/buttons/../../../../bdscript/removeButtonsComplex.html"><code>$removeButtons[]</code></a></li>
<li><a href="guides/general/interactions/buttons/../../../../bdscript/removeComponent.html"><code>$removeComponent[]</code></a></li>
<li><a href="guides/general/interactions/buttons/../../../../callbacks/onInteraction.html"><code>$onInteraction</code></a></li>
<li><a href="guides/general/interactions/buttons/../../../../callbacks/onInteractionComplex.html"><code>$onInteraction[]</code></a></li>
Expand Down Expand Up @@ -6746,6 +6746,9 @@ <h2 id="example-152"><a class="header" href="#example-152">Example</a></h2>
New Text: $joinSplitText[]
</code></pre>
<p><img src="https://user-images.githubusercontent.com/95774950/202880969-9ce5041a-cc6c-4bd2-a275-76e9d80be5b5.png" alt="example" /></p>
<blockquote>
<p>For more info, see the <a href="bdscript/../guides/general/textSplitting.html">Text Splitting Guide</a>.</p>
</blockquote>
<div style="break-before: page; page-break-before: always;"></div><h1 id="editthread"><a class="header" href="#editthread">$editThread</a></h1>
<p>Modifies an existing thread.</p>
<blockquote>
Expand Down Expand Up @@ -9381,6 +9384,9 @@ <h2 id="example-287"><a class="header" href="#example-287">Example</a></h2>
<h2 id="syntax-293"><a class="header" href="#syntax-293">Syntax</a></h2>
<pre><code>$removeButtons
</code></pre>
<blockquote>
<p>For more info, see the <a href="bdscript/../guides/general/interactions/buttons/aboutButtons.html">Buttons Guide</a>.</p>
</blockquote>
<div style="break-before: page; page-break-before: always;"></div><h1 id="removebuttons-3"><a class="header" href="#removebuttons-3">$removeButtons[]</a></h1>
<p>Removes all buttons from a message.</p>
<h2 id="syntax-294"><a class="header" href="#syntax-294">Syntax</a></h2>
Expand All @@ -9400,6 +9406,9 @@ <h2 id="example-288"><a class="header" href="#example-288">Example</a></h2>
</code></pre>
<p><img src="https://user-images.githubusercontent.com/111157596/231867111-33a39b32-3d41-469f-802e-c8fe0eb360c9.png" alt="example" />
<img src="https://user-images.githubusercontent.com/111157596/231867140-4e9a4917-4787-4caf-9aa6-9a4e88d51c95.png" alt="example" /></p>
<blockquote>
<p>For more info, see the <a href="bdscript/../guides/general/interactions/buttons/aboutButtons.html">Buttons Guide</a>.</p>
</blockquote>
<div style="break-before: page; page-break-before: always;"></div><h1 id="removecomponent-1"><a class="header" href="#removecomponent-1">$removeComponent</a></h1>
<p>Removes a certain component from a message.</p>
<h2 id="syntax-295"><a class="header" href="#syntax-295">Syntax</a></h2>
Expand Down Expand Up @@ -10287,7 +10296,7 @@ <h3 id="parameters-258"><a class="header" href="#parameters-258">Parameters</a><
<p><code>Channel ID</code> <code>(Type: Snowflake || Flag: Required)</code>: The channel in which the slowmode is being modified in.</p>
</li>
<li>
<p><code>Slowmode time</code> <code>(Type: Duration || Flag: Required)</code>: The new slowmode delay <em>(in seconds, e.g. <code>1s</code>, <code>180s</code>, <code>5s</code>, <code>3s</code>, etc)</em>. Use <code>0</code>/<code>0s</code> to disable the slowmode.</p>
<p><code>Slowmode time</code> <code>(Type: Duration || Flag: Required)</code>: The new slowmode delay <em>(e.g. <code>5</code>, <code>10s</code>, <code>40m</code>, <code>1h</code>, etc)</em>. Use <code>0</code>/<code>0s</code> to disable the slowmode.</p>
<blockquote>
<p>🧙‍♂️ Slowmode time can't be set over 6 hours/21600 seconds.</p>
</blockquote>
Expand Down
2 changes: 1 addition & 1 deletion nightly/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion nightly/searchindex.json

Large diffs are not rendered by default.

0 comments on commit 25f8471

Please sign in to comment.