initial
This commit is contained in:
commit
7c610d0477
11 changed files with 399 additions and 0 deletions
18
go.mod
Normal file
18
go.mod
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
module tg-disc-bot
|
||||
|
||||
go 1.24.1
|
||||
|
||||
require (
|
||||
github.com/disgoorg/disgo v0.18.15
|
||||
github.com/disgoorg/snowflake/v2 v2.0.3
|
||||
github.com/go-telegram/bot v1.14.1
|
||||
github.com/sirupsen/logrus v1.9.3
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/disgoorg/json v1.2.0 // indirect
|
||||
github.com/gorilla/websocket v1.5.3 // indirect
|
||||
github.com/sasha-s/go-csync v0.0.0-20240107134140-fcbab37b09ad // indirect
|
||||
golang.org/x/crypto v0.36.0 // indirect
|
||||
golang.org/x/sys v0.31.0 // indirect
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue