Skip to content

Commit

Permalink
Deploy nightly 9a8d338 to gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Jun 22, 2024
1 parent 8918a53 commit 68b4d0d
Show file tree
Hide file tree
Showing 137 changed files with 1,026 additions and 984 deletions.
18 changes: 9 additions & 9 deletions nightly/bdscript/addButton.html
Original file line number Diff line number Diff line change
Expand Up @@ -216,30 +216,30 @@ <h2 id="button-style"><a class="header" href="#button-style">Button Style</a></h
<li><code>link</code> - Redirect button</li>
</ul>
<discord-messages>
<discord-message author="BDFD Support" bot role-color="#378afa" verified>
<discord-message bot role-color="#378afa" author="BDFD Support" verified>
Buttons:
<discord-attachments slot="components">
<discord-action-row>
<discord-button type="primary">
Primary
</discord-button>
<discord-button type="primary" disabled>
<discord-button disabled type="primary">
Primary
</discord-button>
</discord-action-row>
<discord-action-row>
<discord-button type="success">
Success
</discord-button>
<discord-button disabled type="success">
<discord-button type="success" disabled>
Success
</discord-button>
</discord-action-row>
<discord-action-row>
<discord-button type="destructive">
Danger
</discord-button>
<discord-button type="destructive" disabled>
<discord-button disabled type="destructive">
Danger
</discord-button>
</discord-action-row>
Expand All @@ -253,19 +253,19 @@ <h2 id="button-style"><a class="header" href="#button-style">Button Style</a></h
</discord-action-row>
</discord-attachments>
</discord-message>
<discord-message role-color="#378afa" bot author="BDFD Support" verified>
<discord-message author="BDFD Support" role-color="#378afa" verified bot>
Other Buttons:
<discord-attachments slot="components">
<discord-action-row>
<discord-button url="https://nilpointer-software.github.io/bdfd-wiki/nightly/" type="secondary">
Link
</discord-button>
<discord-button disabled url="https://nilpointer-software.github.io/bdfd-wiki/nightly/" type="secondary">
<discord-button url="https://nilpointer-software.github.io/bdfd-wiki/nightly/" type="secondary" disabled>
Link
</discord-button>
</discord-action-row>
<discord-action-row>
<discord-button type="secondary" emoji="https://em-content.zobj.net/thumbs/120/mozilla/36/heavy-black-heart_2764.png">
<discord-button emoji="https://em-content.zobj.net/thumbs/120/mozilla/36/heavy-black-heart_2764.png" type="secondary">
Emoji
</discord-button>
</discord-action-row>
Expand All @@ -281,10 +281,10 @@ <h2 id="example"><a class="header" href="#example">Example</a></h2>
$addButton[no;test;Say hello!;primary;no;]
</code></pre>
<discord-messages>
<discord-message author="RainbowKey" avatar="https://cdn.discordapp.com/avatars/803569638084313098/5f966aee57d5eed7d379e104602c088f.png" role-color="#E67E22">
<discord-message author="RainbowKey" role-color="#E67E22" avatar="https://cdn.discordapp.com/avatars/803569638084313098/5f966aee57d5eed7d379e104602c088f.png">
!example
</discord-message>
<discord-message verified author="BDFD Support" role-color="#378afa" bot>
<discord-message author="BDFD Support" verified bot role-color="#378afa">
Hello
<discord-attachments slot="components">
<discord-action-row>
Expand Down
2 changes: 1 addition & 1 deletion nightly/bdscript/addCmdReactions.html
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ <h2 id="example"><a class="header" href="#example">Example</a></h2>
$addCmdReactions[$message]
</code></pre>
<discord-messages>
<discord-message role-color="#E67E22" avatar="https://cdn.discordapp.com/avatars/803569638084313098/5f966aee57d5eed7d379e104602c088f.png" author="RainbowKey">
<discord-message author="RainbowKey" avatar="https://cdn.discordapp.com/avatars/803569638084313098/5f966aee57d5eed7d379e104602c088f.png" role-color="#E67E22">
!example ❤️
<discord-reactions slot="reactions">
<discord-reaction name=":emoji:" count="1" emoji="https://upload.wikimedia.org/wikipedia/commons/7/70/Symbolic_Love_Heart.png">
Expand Down
14 changes: 7 additions & 7 deletions nightly/bdscript/addField.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,10 @@ <h3 id="without-inline-fields"><a class="header" href="#without-inline-fields">W
$addField[The field name 3!;The field value 3!]
</code></pre>
<discord-messages>
<discord-message role-color="#EE7908" avatar="https://cdn.discordapp.com/avatars/729343563401265193/9548704ff367c6e64b8cf54552e21154.png" author="Nicky">
<discord-message author="Nicky" avatar="https://cdn.discordapp.com/avatars/729343563401265193/9548704ff367c6e64b8cf54552e21154.png" role-color="#EE7908">
!example
</discord-message>
<discord-message role-color="#748BD4" author="Wiki Bot" avatar="https://cdn.discordapp.com/avatars/566613317972394004/a6e3c8ebb561b7083d60d12a04210baf.png" verified bot>
<discord-message role-color="#748BD4" avatar="https://cdn.discordapp.com/avatars/566613317972394004/a6e3c8ebb561b7083d60d12a04210baf.png" bot author="Wiki Bot" verified>
<none>
<discord-embed slot="embeds">
<discord-embed-fields slot="fields">
Expand All @@ -220,20 +220,20 @@ <h3 id="with-inline-fields"><a class="header" href="#with-inline-fields">With in
$addField[The field name 3!;The field value 3!;yes]
</code></pre>
<discord-messages>
<discord-message avatar="https://cdn.discordapp.com/avatars/729343563401265193/9548704ff367c6e64b8cf54552e21154.png" role-color="#EE7908" author="Nicky">
<discord-message author="Nicky" avatar="https://cdn.discordapp.com/avatars/729343563401265193/9548704ff367c6e64b8cf54552e21154.png" role-color="#EE7908">
!example
</discord-message>
<discord-message bot author="Wiki Bot" verified role-color="#748BD4" avatar="https://cdn.discordapp.com/avatars/566613317972394004/a6e3c8ebb561b7083d60d12a04210baf.png">
<discord-message verified bot role-color="#748BD4" author="Wiki Bot" avatar="https://cdn.discordapp.com/avatars/566613317972394004/a6e3c8ebb561b7083d60d12a04210baf.png">
<none>
<discord-embed slot="embeds">
<discord-embed-fields slot="fields">
<discord-embed-field inline field-title="The field name 1!" inline-index="1">
<discord-embed-field field-title="The field name 1!" inline inline-index="1">
The field value 1!
</discord-embed-field>
<discord-embed-field field-title="The field name 2!" inline-index="2" inline>
<discord-embed-field inline field-title="The field name 2!" inline-index="2">
The field value 2!
</discord-embed-field>
<discord-embed-field field-title="The field name 3!" inline inline-index="3">
<discord-embed-field inline-index="3" inline field-title="The field name 3!">
The field value 3!
</discord-embed-field>
</discord-embed-fields>
Expand Down
6 changes: 3 additions & 3 deletions nightly/bdscript/addReactions.html
Original file line number Diff line number Diff line change
Expand Up @@ -194,12 +194,12 @@ <h2 id="example"><a class="header" href="#example">Example</a></h2>
<discord-message author="Nicky" avatar="https://cdn.discordapp.com/avatars/729343563401265193/9548704ff367c6e64b8cf54552e21154.png" role-color="#EE7908">
!reactions
</discord-message>
<discord-message bot avatar="https://cdn.discordapp.com/avatars/566613317972394004/a6e3c8ebb561b7083d60d12a04210baf.png" role-color="#748BD4" verified author="Wiki Bot">
<discord-message author="Wiki Bot" avatar="https://cdn.discordapp.com/avatars/566613317972394004/a6e3c8ebb561b7083d60d12a04210baf.png" bot verified role-color="#748BD4">
Yes or No?
<discord-reactions slot="reactions">
<discord-reaction name=":white_check_mark:" count="1" emoji="https://upload.wikimedia.org/wikipedia/commons/thumb/3/34/Twemoji12_2705.svg/640px-Twemoji12_2705.svg.png">
<discord-reaction name=":white_check_mark:" emoji="https://upload.wikimedia.org/wikipedia/commons/thumb/3/34/Twemoji12_2705.svg/640px-Twemoji12_2705.svg.png" count="1">
</discord-reaction>
<discord-reaction name=":x:" count="1" emoji="https://upload.wikimedia.org/wikipedia/commons/thumb/5/53/Twemoji2_274c.svg/640px-Twemoji2_274c.svg.png">
<discord-reaction count="1" name=":x:" emoji="https://upload.wikimedia.org/wikipedia/commons/thumb/5/53/Twemoji2_274c.svg/640px-Twemoji2_274c.svg.png">
</discord-reaction>
</discord-reactions>
</discord-message>
Expand Down
4 changes: 2 additions & 2 deletions nightly/bdscript/allMembersCount.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,10 @@ <h2 id="example"><a class="header" href="#example">Example</a></h2>
I'm serving $allMembersCount users!
</code></pre>
<discord-messages>
<discord-message role-color="#E67E22" avatar="https://cdn.discordapp.com/avatars/803569638084313098/5f966aee57d5eed7d379e104602c088f.png" author="RainbowKey">
<discord-message author="RainbowKey" role-color="#E67E22" avatar="https://cdn.discordapp.com/avatars/803569638084313098/5f966aee57d5eed7d379e104602c088f.png">
!example
</discord-message>
<discord-message verified author="BDFD Support" bot role-color="#378afa">
<discord-message author="BDFD Support" verified bot role-color="#378afa">
I'm serving 8560 users!
</discord-message>
</discord-messages>
Expand Down
8 changes: 4 additions & 4 deletions nightly/bdscript/allowMention.html
Original file line number Diff line number Diff line change
Expand Up @@ -179,19 +179,19 @@ <h2 id="example"><a class="header" href="#example">Example</a></h2>
</code></pre>
<h3 id="with-allowmention"><a class="header" href="#with-allowmention">With <code>$allowMention</code>:</a></h3>
<discord-messages>
<discord-message author="RainbowKey" role-color="#E67E22" avatar="https://cdn.discordapp.com/avatars/803569638084313098/5f966aee57d5eed7d379e104602c088f.png">
<discord-message avatar="https://cdn.discordapp.com/avatars/803569638084313098/5f966aee57d5eed7d379e104602c088f.png" role-color="#E67E22" author="RainbowKey">
!example <discord-mention>RainbowKey</discord-mention>
</discord-message>
<discord-message author="BDFD Support" verified role-color="#378afa" bot avatar="https://github.com/NilPointer-Software/bdfd-wiki/assets/113303649/e5fdc906-6c14-4e19-91c0-4ce95b852c61">
<discord-message role-color="#378afa" verified author="BDFD Support" bot avatar="https://github.com/NilPointer-Software/bdfd-wiki/assets/113303649/e5fdc906-6c14-4e19-91c0-4ce95b852c61">
<discord-mention>RainbowKey</discord-mention>
</discord-message>
</discord-messages>
<h3 id="without-allowmention"><a class="header" href="#without-allowmention">Without <code>$allowMention</code></a></h3>
<discord-messages>
<discord-message role-color="#E67E22" author="RainbowKey" avatar="https://cdn.discordapp.com/avatars/803569638084313098/5f966aee57d5eed7d379e104602c088f.png">
<discord-message role-color="#E67E22" avatar="https://cdn.discordapp.com/avatars/803569638084313098/5f966aee57d5eed7d379e104602c088f.png" author="RainbowKey">
!example <discord-mention>RainbowKey</discord-mention>
</discord-message>
<discord-message author="BDFD Support" verified role-color="#378afa" bot>
<discord-message author="BDFD Support" bot verified role-color="#378afa">
@RainbowKey
</discord-message>
</discord-messages>
Expand Down
4 changes: 2 additions & 2 deletions nightly/bdscript/allowRoleMentions.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,10 @@ <h2 id="example"><a class="header" href="#example">Example</a></h2>
I'm pinging &lt;@&amp;858376972303204362&gt;, but no one got notified; wow!
</code></pre>
<discord-messages>
<discord-message author="Nicky" role-color="#EE7908" avatar="https://cdn.discordapp.com/avatars/729343563401265193/9548704ff367c6e64b8cf54552e21154.png">
<discord-message avatar="https://cdn.discordapp.com/avatars/729343563401265193/9548704ff367c6e64b8cf54552e21154.png" role-color="#EE7908" author="Nicky">
!example
</discord-message>
<discord-message verified role-color="#748BD4" avatar="https://cdn.discordapp.com/avatars/566613317972394004/a6e3c8ebb561b7083d60d12a04210baf.png" bot author="Wiki Bot">
<discord-message verified author="Wiki Bot" avatar="https://cdn.discordapp.com/avatars/566613317972394004/a6e3c8ebb561b7083d60d12a04210baf.png" bot role-color="#748BD4">
I'm pinging <discord-mention type="role" color="#FFD700">Extremely Cool Role</discord-mention>, but no one got notified; wow!
</discord-message>
</discord-messages>
Expand Down
4 changes: 2 additions & 2 deletions nightly/bdscript/allowUserMentions.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,10 +182,10 @@ <h2 id="example"><a class="header" href="#example">Example</a></h2>
Hi &lt;@696368083517964288&gt;! I mentioned you, but you didn't get pinged.
</code></pre>
<discord-messages>
<discord-message role-color="#E67E22" author="RainbowKey" avatar="https://cdn.discordapp.com/avatars/803569638084313098/5f966aee57d5eed7d379e104602c088f.png">
<discord-message role-color="#E67E22" avatar="https://cdn.discordapp.com/avatars/803569638084313098/5f966aee57d5eed7d379e104602c088f.png" author="RainbowKey">
!example
</discord-message>
<discord-message role-color="#378afa" bot verified author="BDFD Support">
<discord-message bot role-color="#378afa" verified author="BDFD Support">
Hi <discord-mention>Spen</discord-mention>! I mentioned you, but you didn't get pinged.
</discord-message>
</discord-messages>
Expand Down
16 changes: 8 additions & 8 deletions nightly/bdscript/alternativeParsing.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,21 +196,21 @@ <h2 id="example"><a class="header" href="#example">Example</a></h2>
<p>Execute commands.</p>
<h3 id="with-alternativeparsing"><a class="header" href="#with-alternativeparsing">With <code>$alternativeParsing</code></a></h3>
<discord-messages>
<discord-message avatar="https://cdn.discordapp.com/avatars/729343563401265193/9548704ff367c6e64b8cf54552e21154.png" role-color="#EE7908" author="Nicky">
<discord-message author="Nicky" avatar="https://cdn.discordapp.com/avatars/729343563401265193/9548704ff367c6e64b8cf54552e21154.png" role-color="#EE7908">
hello
</discord-message>
<discord-message role-color="#748BD4" bot verified author="Wiki Bot" avatar="https://cdn.discordapp.com/avatars/566613317972394004/a6e3c8ebb561b7083d60d12a04210baf.png">
<discord-message author="Wiki Bot" avatar="https://cdn.discordapp.com/avatars/566613317972394004/a6e3c8ebb561b7083d60d12a04210baf.png" bot role-color="#748BD4" verified>
<none>
<discord-embed slot="embeds">
<discord-embed-description slot="description">
"hello"
</discord-embed-description>
</discord-embed>
</discord-message>
<discord-message author="Nicky" avatar="https://cdn.discordapp.com/avatars/729343563401265193/9548704ff367c6e64b8cf54552e21154.png" role-color="#EE7908">
<discord-message role-color="#EE7908" avatar="https://cdn.discordapp.com/avatars/729343563401265193/9548704ff367c6e64b8cf54552e21154.png" author="Nicky">
helloworld
</discord-message>
<discord-message bot role-color="#748BD4" verified author="Wiki Bot" avatar="https://cdn.discordapp.com/avatars/566613317972394004/a6e3c8ebb561b7083d60d12a04210baf.png">
<discord-message avatar="https://cdn.discordapp.com/avatars/566613317972394004/a6e3c8ebb561b7083d60d12a04210baf.png" bot verified author="Wiki Bot" role-color="#748BD4">
<none>
<discord-embed slot="embeds">
<discord-embed-description slot="description">
Expand All @@ -221,21 +221,21 @@ <h3 id="with-alternativeparsing"><a class="header" href="#with-alternativeparsin
</discord-messages>
<h3 id="without-alternativeparsing"><a class="header" href="#without-alternativeparsing">Without <code>$alternativeParsing</code></a></h3>
<discord-messages>
<discord-message avatar="https://cdn.discordapp.com/avatars/729343563401265193/9548704ff367c6e64b8cf54552e21154.png" role-color="#EE7908" author="Nicky">
<discord-message avatar="https://cdn.discordapp.com/avatars/729343563401265193/9548704ff367c6e64b8cf54552e21154.png" author="Nicky" role-color="#EE7908">
hello
</discord-message>
<discord-message verified avatar="https://cdn.discordapp.com/avatars/566613317972394004/a6e3c8ebb561b7083d60d12a04210baf.png" author="Wiki Bot" role-color="#748BD4" bot>
<discord-message role-color="#748BD4" avatar="https://cdn.discordapp.com/avatars/566613317972394004/a6e3c8ebb561b7083d60d12a04210baf.png" bot author="Wiki Bot" verified>
<none>
<discord-embed slot="embeds">
<discord-embed-description slot="description">
"hello"
</discord-embed-description>
</discord-embed>
</discord-message>
<discord-message author="Nicky" role-color="#EE7908" avatar="https://cdn.discordapp.com/avatars/729343563401265193/9548704ff367c6e64b8cf54552e21154.png">
<discord-message role-color="#EE7908" author="Nicky" avatar="https://cdn.discordapp.com/avatars/729343563401265193/9548704ff367c6e64b8cf54552e21154.png">
helloworld
</discord-message>
<discord-message role-color="#748BD4" bot verified author="Wiki Bot" avatar="https://cdn.discordapp.com/avatars/566613317972394004/a6e3c8ebb561b7083d60d12a04210baf.png">
<discord-message verified avatar="https://cdn.discordapp.com/avatars/566613317972394004/a6e3c8ebb561b7083d60d12a04210baf.png" bot author="Wiki Bot" role-color="#748BD4">
<none>
<discord-embed slot="embeds">
<discord-embed-description slot="description">
Expand Down
16 changes: 8 additions & 8 deletions nightly/bdscript/and.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,28 +192,28 @@ <h2 id="example"><a class="header" href="#example">Example</a></h2>
$and[$nickname==MineBartekSA;$message==Update]
</code></pre>
<discord-messages>
<discord-message author="RainbowKey" avatar="https://cdn.discordapp.com/avatars/803569638084313098/5f966aee57d5eed7d379e104602c088f.png" role-color="#E67E22">
<discord-message role-color="#E67E22" author="RainbowKey" avatar="https://cdn.discordapp.com/avatars/803569638084313098/5f966aee57d5eed7d379e104602c088f.png">
!example Update
</discord-message>
<discord-message bot author="BDFD Support" role-color="#378afa" verified>
<discord-message role-color="#378afa" verified bot author="BDFD Support">
false
</discord-message>
<discord-message author="RainbowKey" avatar="https://cdn.discordapp.com/avatars/803569638084313098/5f966aee57d5eed7d379e104602c088f.png" role-color="#E67E22">
<discord-message role-color="#E67E22" avatar="https://cdn.discordapp.com/avatars/803569638084313098/5f966aee57d5eed7d379e104602c088f.png" author="RainbowKey">
!example
</discord-message>
<discord-message verified bot author="BDFD Support" role-color="#378afa">
<discord-message author="BDFD Support" bot role-color="#378afa" verified>
false
</discord-message>
<discord-message author="MineBartekSA" avatar="https://cdn.discordapp.com/avatars/154148273307910144/2cf8dd7b18fd4289835cb5a7fa5eaed3.png" role-color="#f1bdee">
<discord-message author="MineBartekSA" role-color="#f1bdee" avatar="https://cdn.discordapp.com/avatars/154148273307910144/2cf8dd7b18fd4289835cb5a7fa5eaed3.png">
!example
</discord-message>
<discord-message role-color="#378afa" bot verified author="BDFD Support">
<discord-message bot verified role-color="#378afa" author="BDFD Support">
false
</discord-message>
<discord-message author="MineBartekSA" avatar="https://cdn.discordapp.com/avatars/154148273307910144/2cf8dd7b18fd4289835cb5a7fa5eaed3.png" role-color="#f1bdee">
<discord-message avatar="https://cdn.discordapp.com/avatars/154148273307910144/2cf8dd7b18fd4289835cb5a7fa5eaed3.png" author="MineBartekSA" role-color="#f1bdee">
!example Update
</discord-message>
<discord-message author="BDFD Support" role-color="#378afa" bot verified>
<discord-message role-color="#378afa" verified author="BDFD Support" bot>
true
</discord-message>
</discord-messages>
Expand Down
Loading

0 comments on commit 68b4d0d

Please sign in to comment.