Skip to content

Commit

Permalink
Merge pull request #425 from Rainb0wKey/patch-5
Browse files Browse the repository at this point in the history
Flowchart
  • Loading branch information
kubastick committed Aug 6, 2024
2 parents 873e096 + 209ca19 commit f1310a1
Show file tree
Hide file tree
Showing 3 changed files with 83 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,9 @@
- [$onMessageDelete](./callbacks/onMessageDelete.md)
- [$onInteraction](./callbacks/onInteraction.md)
- [$onInteraction[]](./callbacks/onInteractionComplex.md)
- [Flowchart]()
- [Changelog](./flowchart/changelog.md)
- [Set response message](./flowchart/setResponseMessage.md)

- [Premium]()
- [Introduction](./premium/introduction.md)
Expand Down
54 changes: 54 additions & 0 deletions src/flowchart/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# Changelog

# 2024

## August
- **👋 Flowchart has joined to BDFD, say Hi!**
- Added `Entry point`
- Added `Add numbers`
- Added `Add response embed`
- Added `Add`
- Added `Ban`
- Added `Create Boolean`
- Added `Create number`
- Added `Create snowflake`
- Added `Create text`
- Added `Current Date`
- Added `Delete global storage`
- Added `Divide numbers`
- Added `Equals`
- Added `Format date`
- Added `Format text`
- Added `Format text with multiple arguments`
- Added `Generate random Boolean`
- Added `Generate random number`
- Added `Generate random text`
- Added `Get command arg`
- Added `Get author`
- Added `Get channel ID`
- Added `Get gloval value`
- Added `Get guild ID`
- Added `Global storage contains key`
- Added `Greater`
- Added `Greater or equal`
- Added `If`
- Added `Is number`
- Added `Less`
- Added `Less or equal`
- Added `Multiply numbers`
- Added `Not`
- Added `Or`
- Added `Parse number`
- Added `Parse timestamp`
- Added `Replace in text`
- Added `Send message`
- Added `Set global data`
- Added `Set response message`
- Added `Subtract numbers`
- Added `To lowercase`
- Added `To text`
- Added `To uppercase`

```admonish abstract title="BDScript Changelog"
If you want to get a list of BDScript updates, then [click here](../CHANGELOG.md).
```
26 changes: 26 additions & 0 deletions src/flowchart/setResponseMessage.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Set response message
Sets the response message for the command.

## Inputs
- `Content` `(Type: String || Own text: true)`: Content of the sent message.

### Flags
- ➤ Execute

## Example
Entry Point ➤ - ➤ Set response message (Content: `Hello`)
![example](https://github.com/user-attachments/assets/ed7d4f3d-c753-4cda-a3d6-57d8f8d4564d)

```discord yaml
- username: Flowchart
user_id: 566613317972394004
color: "#748bd4"
bot: true
command:
user_id: 1009018156494368798
author: RainbowKey
command: /test
color: "#E67E22"
content: |
Hello
```

0 comments on commit f1310a1

Please sign in to comment.