started the facelift of the repo, adding in bans and timeouts. That comes with some restructure. Also implementing a goroutine limit for command handlers and options around that, as well as moving the intents to options to allow stronger restrictions
12 lines
292 B
Modula-2
12 lines
292 B
Modula-2
module code.jakeyoungdev.com/jake/bolt
|
|
|
|
go 1.25.0
|
|
|
|
require github.com/bwmarrin/discordgo v0.29.0
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.4.2 // indirect
|
|
golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b // indirect
|
|
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68 // indirect
|
|
)
|