Commit 52f8dbc
authored
refactor: update botstrap to be more beginner-friendly (#3417)
- provide completion message
- silence httpcore logger
- filter out botcore's warning for patching send_typing
- use short url for contributing link
- only use logging.warning and up for things that need user action
- use logging.fatal when exiting due to error
- upgrade application flags if intents weren't enabled
- provide an invite link if the bot isn't in the configured guild
- add audit log reason to requests that support it
- sync emojis to the test guild
- provide a helpful error message when BOT_TOKEN is not set, use pydantic for env management
- remove special forum channel handling
- fix: add utf8 encoding for windows support1 parent 163e72a commit 52f8dbc
2 files changed
+407
-146
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
| 267 | + | |
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| |||
0 commit comments