Go to file
2021-10-14 18:25:30 +03:00
.editorconfig initial 2021-10-14 18:25:30 +03:00
.env.dist initial 2021-10-14 18:25:30 +03:00
.gitignore initial 2021-10-14 18:25:30 +03:00
go.mod initial 2021-10-14 18:25:30 +03:00
go.sum initial 2021-10-14 18:25:30 +03:00
LICENSE initial 2021-10-14 18:25:30 +03:00
main.go initial 2021-10-14 18:25:30 +03:00
README.md initial 2021-10-14 18:25:30 +03:00
settings.go initial 2021-10-14 18:25:30 +03:00
websocket.go initial 2021-10-14 18:25:30 +03:00

This bot will automatically respond to any Simla message with preconfigured quick replies.
Build: go build -o main ./...
Usage: copy .env.dist to .env then replace placeholders with your data. After that you can run the bot.