WIP
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:
@@ -1,5 +1,13 @@
|
||||
# bolt
|
||||
|
||||
look into using retries and context's
|
||||
|
||||
also add mentioned users to struct so the ban functions can use them
|
||||
|
||||
also do we move towards message handler or focus on command handling, this will dictate the structure going forward with the bans, etc.
|
||||
started on msg handler but it doesn't make sense, the Adding of the handlers won't work with messages since the trigger is always blank. Might need a catch all one, but then
|
||||
that blacklists a command trigger, hmmmm
|
||||
|
||||
The nuts-and-bolts of Discord bots. Bolt is a wrapper for [discordgo](https://github.com/bwmarrin/discordgo) that provides quick and easy bootstrapping for simple Discord bots.
|
||||
|
||||
## Usage
|
||||
|
||||
Reference in New Issue
Block a user