readme and comments

This commit is contained in:
2026-02-25 15:44:44 -05:00
parent 130d1c573f
commit b9ec31da95
2 changed files with 1 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ auto-moderation from the bot without manual intervention. The example message ha
*/
func main() {
b, err := bolt.New(bolt.WithLogLevel(bolt.LogLevelAll))
b, err := bolt.New()
if err != nil {
panic(err)