Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# bot-python
Starter kit for Python bot for Automa

Please read the [Bot Development](https://docs.automa.app/bot-development) docs to understand how an [Automa][automa] bot works and how to develop it.
Please read the [Agent Development](https://docs.automa.app/agent-development) docs to understand how an [Automa][automa] bot works and how to develop it.

* `/automa` endpoint is the receiver for the webhook from [Automa][automa]
* `update` function in `app/update.py` is the logic responsible for updating code.
Expand Down
Loading