init
This commit is contained in:
commit
973c19f148
7 changed files with 95 additions and 0 deletions
8
go.mod
Normal file
8
go.mod
Normal 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
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue