Skip to content

Commit

Permalink
Minor fixes (#356)
Browse files Browse the repository at this point in the history
* Update addField.md

* Update alternativeParsing.md

* Update author.md

* Update authorAvatar.md

* Update authorIcon.md

* Update authorURL.md

* Update botListDescription.md

* Update color.md

* Update onMessageDelete.md

* Update onInteraction.md
  • Loading branch information
xNickyDev authored Aug 1, 2023
1 parent 78b2856 commit 93e9f35
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 12 deletions.
4 changes: 2 additions & 2 deletions src/bdscript/addField.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $addField[The field name 3!;The field value 3!]
color: "#748BD4"
bot: true
verified: true
content: " "
content: <none>
embed:
fields:
- name: The field name 1!
Expand Down Expand Up @@ -67,7 +67,7 @@ $addField[The field name 3!;The field value 3!;yes]
color: "#748BD4"
bot: true
verified: true
content: " "
content: <none>
embed:
fields:
- name: The field name 1!
Expand Down
8 changes: 4 additions & 4 deletions src/bdscript/alternativeParsing.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $alternativeParsing
color: "#748BD4"
bot: true
verified: true
content: " "
content: <none>
embed:
description: "\"hello\""
Expand All @@ -51,7 +51,7 @@ $alternativeParsing
color: "#748BD4"
bot: true
verified: true
content: " "
content: <none>
embed:
description: "\"helloworld\""
```
Expand All @@ -69,7 +69,7 @@ $alternativeParsing
color: "#748BD4"
bot: true
verified: true
content: " "
content: <none>
embed:
description: "\"hello\""
Expand All @@ -84,7 +84,7 @@ $alternativeParsing
color: "#748BD4"
bot: true
verified: true
content: " "
content: <none>
embeds:
- description: "\"helloworld\""
- description: "\"hello\""
Expand Down
2 changes: 1 addition & 1 deletion src/bdscript/author.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $author[This is the author text!]
color: "#748BD4"
bot: true
verified: true
content: " "
content: <none>
embed:
author:
text: This is the author text!
Expand Down
2 changes: 1 addition & 1 deletion src/bdscript/authorAvatar.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $image[$authorAvatar]
color: "#748BD4"
bot: true
verified: true
content: " "
content: <none>
embed:
image: https://user-images.githubusercontent.com/111157596/257052136-4b8d5715-b381-4d5f-8c46-8ae0be53c8d8.png
```
Expand Down
2 changes: 1 addition & 1 deletion src/bdscript/authorIcon.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $author[⬅️ That is the author icon. This is the author text.]
color: "#748BD4"
bot: true
verified: true
content: " "
content: <none>
embed:
author:
text: ⬅️ That is the author icon. This is the author text.
Expand Down
2 changes: 1 addition & 1 deletion src/bdscript/authorURL.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $authorURL[https://botdesignerdiscord.com]
color: "#748BD4"
bot: true
verified: true
content: " "
content: <none>
embed:
author:
text: Click me to visit the BDFD website!
Expand Down
2 changes: 1 addition & 1 deletion src/bdscript/botListDescription.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ $botListDescription[Ping? Pong!]
content: |
Pong!
```

\
![example](https://user-images.githubusercontent.com/113303649/210341495-bbda340a-3f30-4c6d-af7c-4445233ede37.png)
2 changes: 1 addition & 1 deletion src/bdscript/color.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $color[#673ab7]
color: "#748BD4"
bot: true
verified: true
content: " "
content: <none>
embed:
description: ⬅️ That is the embed color border!
color: "#673ab7"
Expand Down
1 change: 1 addition & 0 deletions src/callbacks/onInteraction.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ $endif
content: |
Hello Nicky!
```

``` discord yaml
- user_id: 154148273307910144
username: MineBartekSA
Expand Down
1 change: 1 addition & 0 deletions src/callbacks/onMessageDelete.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ $onMessageDelete[Channel ID]
content: |
Hello
```

``` discord yaml
- user_id: 729343563401265193
username: Nicky
Expand Down

0 comments on commit 93e9f35

Please sign in to comment.