File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 88
99Library to speedup Delta Chat bot development in Golang.
1010
11- With this library you can focus on writing your event/message processing logic and let us handle the
12- repetitive process of creating the bot CLI.
11+ With this library you can focus on writing your event/message
12+ processing logic and let us handle the repetitive process of
13+ creating the bot CLI.
1314
1415## Install
1516
@@ -21,7 +22,7 @@ go get -u github.com/deltachat-bot/deltabot-cli-go
2122
2223This package depends on a standalone Delta Chat RPC server ` deltachat-rpc-server ` program that must be
2324available in your ` PATH ` . For installation instructions check:
24- https://github.com/deltachat/deltachat- core-rust /tree/master /deltachat-rpc-server
25+ https://github.com/chatmail/ core/tree/main /deltachat-rpc-server
2526
2627## Usage
2728
You can’t perform that action at this time.
0 commit comments