Create action_response_format.txt

This commit is contained in:
向劲宇 2023-09-26 22:41:13 +08:00 committed by GitHub
parent 5513496c2b
commit 061384c676
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,15 @@
Explain: ...
Plan:
1) ...
2) ...
3) ...
...
Code:
```javascript
// helper functions (only if needed, try to avoid them)
...
// main function after the helper functions
async function yourMainFunctionName(bot) {
// ...
}
```