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
This commit is contained in:
2026-02-24 16:54:25 -05:00
parent c291f68005
commit 6816d7359b
6 changed files with 247 additions and 155 deletions

2
go.mod
View File

@@ -1,6 +1,6 @@
module code.jakeyoungdev.com/jake/bolt
go 1.24.0
go 1.25.0
require github.com/bwmarrin/discordgo v0.29.0