Skip to content

Commit ac191fb

Browse files
committed
fix missing closing / from AI
1 parent d178e90 commit ac191fb

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

guide/Image/imageFill_ai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ $image[$imageOutput]
5454
<discord-embed slot="embeds" image="https://i.imgur.com/QeSr9tZ.png">
5555
</discord-embed>
5656
</discord-message>
57-
<discord-messages>
57+
</discord-messages>

guide/Other/embedBuilder_ai.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,30 @@ This guide will walk you through using the Embed Builder within the dashboard to
55
## Accessing the Embed Creator
66

77
1. After logging into the dashboard, navigate to the `Embed Creator` tab.
8-
![](/images/embedBuilder/1.png)
8+
![](./images/embedBuilder/1.png)
99

1010
## Customizing Your Embed
1111

1212
2. In the `Embed Editor` section, you can define all the details of your embed, such as the title, description, color, fields, author, and more. Experiment with the options to create the perfect embed for your needs!
13-
![](/images/embedBuilder/2.png)
14-
![](/images/embedBuilder/embedInfo.png)
13+
![](./images/embedBuilder/2.png)
14+
![](./images/embedBuilder/embedInfo.png)
1515

1616
## Selecting a Destination Channel
1717

1818
3. Once you've configured your embed, choose the channel where you want to send it. Click the channel selection box to reveal a dropdown menu of available channels.
19-
![](/images/embedBuilder/3.png)
19+
![](./images/embedBuilder/3.png)
2020

2121
4. Select the desired channel. In this example, we're using `#general`. **Important:** Ensure the bot has permission to view and send messages, including embeds and images, in the selected channel. This usually requires the "View Channel," "Send Messages," "Embed Links," and "Attach Files" permissions.
22-
![](/images/embedBuilder/4.png)
22+
![](./images/embedBuilder/4.png)
2323

2424
## Sending Your Embed
2525

2626
5. To send your embed to the selected channel, click the `Send` button. If you wish to discard your changes, click the orange "Cancel" button.
27-
![](/images/embedBuilder/5.png)
27+
![](./images/embedBuilder/5.png)
2828

2929
## Success!
3030

3131
6. Your embed should now appear in the chosen channel.
32-
![](/images/embedBuilder/6.png)
32+
![](./images/embedBuilder/6.png)
3333

3434
Now you can create visually appealing and informative messages for your Discord server using the Embed Builder!

guide/Server/getInviteInfo_ai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ If you leave the `Property` parameter empty (e.g., `$getInviteInfo[ZFQNZA4Ekz]`)
5656
<discord-message :bot="true" role-color="#0099ff" author="Custom Command" avatar="https://media.discordapp.net/avatars/725721249652670555/781224f90c3b841ba5b40678e032f74a.webp">
5757
Custom Command
5858
</discord-message>
59-
<discord-messages>
59+
</discord-messages>

0 commit comments

Comments
 (0)