[chore] cleaning

- removing old or commented code
- removing unused or deprecated types
- commenting everything, probably too much
- split msgEventHandler logic into methods
- readme update, removed most docs the pkg site looks good
- adjusted intents option, no need for a type
This commit is contained in:
2026-02-25 13:24:27 -05:00
parent 4732e94c1b
commit b9c26c6319
6 changed files with 191 additions and 215 deletions

View File

@@ -1,9 +1,9 @@
package bolt
// built-in Discord reactions
type Reaction string
// a few easy-to-use emojis, Discordgo/Discord API requires them to be saved like this.
// a few easy-to-use emojis, Discordgo/Discord API requires them to be saved like this. Some appear "broken" but do not play friendly
// when saved in-file
const (
ReactionThumbsUp Reaction = "👍"
ReactionThumbsDown Reaction = "👎"