This commit is contained in:
xeon 2026-08-21 23:53:17 +03:00
commit 973c19f148
7 changed files with 95 additions and 0 deletions

8
go.mod Normal file
View file

@ -0,0 +1,8 @@
module spambot
go 1.26.5
require (
github.com/go-telegram/bot v1.23.0 // indirect
github.com/joho/godotenv v1.5.1
)