Skip to content

Commit c38a0a8

Browse files
authored
Merge pull request #464 from NilPointer-Software/dev
Push fixes to prod 👌
2 parents 01c1c1a + 2531560 commit c38a0a8

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

book.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ assets_version = "3.0.2" # do not edit: managed by `mdbook-admonish install`
4545
"/guides/buttons.html" = "./general/interactions/buttons/aboutButtons.html"
4646
"/guides/selectmenu.html" = "./general/interactions/selectMenus/aboutSelectMenu.html"
4747
"/guides/try.html" = "./general/bds2/errorHandling.html"
48+
"/guides/trycatch.html" = "./general/bds2/errorHandling.html"
4849

4950
"/bdscript/httpAddHeader.html" = "../guides/general/httpRequests.html"
5051
"/bdscript/httpDelete.html" = "../guides/general/httpRequests.html"

src/SUMMARY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
- [$removeButtons[]](./bdscript/removeButtonsComplex.md)
7676
- [$removeComponent](./bdscript/removeComponent.md)
7777
- [$defer](./bdscript/defer.md)
78+
- [$input](./bdscript/input.md)
7879
- [Embeds]()
7980
- [$addContainer](./bdscript/addContainer.md)
8081
- [$addField](./bdscript/addField.md)
@@ -122,6 +123,9 @@
122123
- [$username[]](./bdscript/usernameComplex.md)
123124
- [$userPerms](./bdscript/userPerms.md)
124125
- [$userServerAvatar](./bdscript/userServerAvatar.md)
126+
- [$changeUsername](./bdscript/changeUsername.md)
127+
- [$changeUsernameWithID](./bdscript/changeUsernameWithID.md)
128+
- [$findUser](./bdscript/findUser.md)
125129
- [Moderation]()
126130
- [$ban](./bdscript/ban.md)
127131
- [$ban[]](./bdscript/banComplex.md)
@@ -470,6 +474,7 @@
470474
- [$webhookSend](./bdscript/webhookSend.md)
471475
- [$webhookTitle](./bdscript/webhookTitle.md)
472476
- [$webhookUsername](./bdscript/webhookUsername.md)
477+
- [$webhookContent](./bdscript/webhookContent.md)
473478
- [Error Handling]()
474479
- [$catch](./bdscript/catch.md)
475480
- [$endtry](./bdscript/endtry.md)

0 commit comments

Comments
 (0)