Skip to content

Commit eadcedb

Browse files
committed
chore: update core test index file
1 parent 40aa39e commit eadcedb

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

packages/core/src/index.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,33 @@ <h3 class="title">Inline fields with a thumbnail</h3>
308308
</discord-embed>
309309
</discord-message>
310310
</discord-messages>
311+
<h3 class="title">Attachments and invites</h3>
312+
<discord-messages>
313+
<discord-message profile="favna">
314+
discord.gg/djs <br />
315+
discord.gg/code <br />
316+
discord.gg/6gakFR2
317+
<discord-attachments slot="attachments">
318+
<discord-invite
319+
name="discord.js - Imagine a bot"
320+
icon="/static/discordjs.png"
321+
url="https://discord.gg/djs"
322+
online="16417"
323+
members="87147"
324+
verified="true"
325+
></discord-invite>
326+
<discord-invite
327+
name="The Coding Den"
328+
icon="/static/tcd.png"
329+
url="https://discord.gg/code"
330+
online="18456"
331+
members="73548"
332+
partnered="true"
333+
></discord-invite>
334+
<discord-invite name="Skyra Lounge" url="https://join.skyra.pw" online="176" members="738"></discord-invite>
335+
</discord-attachments>
336+
</discord-message>
337+
</discord-messages>
311338
</main>
312339
</div>
313340
</body>

0 commit comments

Comments
 (0)