initial prototype, only responds with tokens
This commit is contained in:
parent
d2fd718f22
commit
0ab510adef
5 changed files with 128 additions and 0 deletions
7
go.mod
Normal file
7
go.mod
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue