aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_core/_bot.py (follow)
Commit message (Collapse)AuthorAgeLines
* expose a way for registering the command error managerGravatar shtlrs2024-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 CommandTreeGravatar shtlrs2024-03-18-0/+19
| | | | this subclass will be calling the error manager upon error
* ruff lint fix: Breaking changes to make bool args kwarg-onlyGravatar Chris Lovering2024-03-04-1/+1
|
* ruff lint fix: Manual non-breaking changesGravatar Chris Lovering2024-03-04-2/+2
|
* document the instance attributes of BotBaseGravatar shtlrs2024-02-18-1/+14
|
* Lint repo to latest ruff rulesGravatar Chris Lovering2023-11-27-2/+0
|
* fixup: Update BotBase.process_commands docstring to be more explicitGravatar Chris Lovering2023-07-25-1/+5
|
* Add BotBase.wait_until_bot_started which can be used to hold a process until ↵Gravatar Chris Lovering2023-07-25-0/+6
| | | | all extensions are loaded.
* lint: fix typo (#180)Gravatar Bradley Reynolds2023-06-05-1/+1
|
* Apply fixes for ruff lintingGravatar Chris Lovering2023-05-31-12/+11
|
* Log when waiting for a guild before loading extensionsGravatar Chris Lovering2023-05-06-0/+3
|
* Explicitly set the stack level of the warnings.warn callGravatar Chris Lovering2023-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 startupGravatar Chris Lovering2022-12-26-6/+20
|
* Rename package due to naming conflictGravatar Chris Lovering2022-11-05-0/+288