initial prototype, only responds with tokens

This commit is contained in:
Von Random 2025-02-09 14:29:04 +02:00
parent d2fd718f22
commit 0ab510adef
5 changed files with 128 additions and 0 deletions

7
go.mod Normal file
View file

@ -0,0 +1,7 @@
module mechanus.net/pgbot
go 1.23.3
require gopkg.in/telebot.v4 v4.0.0-beta.4
require gopkg.in/yaml.v3 v3.0.1 // indirect