Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | expose a way for registering the command error manager | 2024-03-18 | -0/+12 | |
| | | | | The manager instance needs to be bound "late" due to the bot since error handlers might need an instance of bot to work | |||
* | subclass CommandTree | 2024-03-18 | -0/+19 | |
| | | | | this subclass will be calling the error manager upon error | |||
* | ruff lint fix: Breaking changes to make bool args kwarg-only | 2024-03-04 | -1/+1 | |
| | ||||
* | ruff lint fix: Manual non-breaking changes | 2024-03-04 | -2/+2 | |
| | ||||
* | document the instance attributes of BotBase | 2024-02-18 | -1/+14 | |
| | ||||
* | Lint repo to latest ruff rules | 2023-11-27 | -2/+0 | |
| | ||||
* | fixup: Update BotBase.process_commands docstring to be more explicit | 2023-07-25 | -1/+5 | |
| | ||||
* | Add BotBase.wait_until_bot_started which can be used to hold a process until ↵ | 2023-07-25 | -0/+6 | |
| | | | | all extensions are loaded. | |||
* | lint: fix typo (#180) | 2023-06-05 | -1/+1 | |
| | ||||
* | Apply fixes for ruff linting | 2023-05-31 | -12/+11 | |
| | ||||
* | Log when waiting for a guild before loading extensions | 2023-05-06 | -0/+3 | |
| | ||||
* | Explicitly set the stack level of the warnings.warn call | 2023-03-02 | -1/+1 | |
| | | | | The warn method from the warnings module uses a stacklevel of 1 by default. This will only show a stack trace for the line on which the warn method is called. It is therefore recommended to use a stacklevel of 2 or greater to provide more information to the user. | |||
* | Sync global and guild app command tree on startup | 2022-12-26 | -6/+20 | |
| | ||||
* | Rename package due to naming conflict | 2022-11-05 | -0/+288 | |