Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | adhere to google docstrings stylev10.6.0 | 2024-01-30 | -19/+52 | |
| | ||||
* | export checks module from the utils package | 2024-01-30 | -0/+2 | |
| | ||||
* | bump version & changelog | 2024-01-30 | -1/+2 | |
| | ||||
* | port all checks from sir-lancebot and bot | 2024-01-30 | -0/+187 | |
| | ||||
* | port pagination tests | 2024-01-05 | -0/+46 | |
| | ||||
* | expose the pagination utils from the pydis_core package | 2024-01-05 | -7/+15 | |
| | ||||
* | bump version & changelog | 2024-01-04 | -281/+282 | |
| | ||||
* | port LinePaginator and `PaginationEmojis` into the pagination module. | 2024-01-04 | -4/+400 | |
| | | | | This will allow their reusability in all other bots | |||
* | port reaction_check in a new `messages` util | 2024-01-04 | -0/+48 | |
| | | | | This is because it's a component that can be reused by all bots. | |||
* | Do not attempt to read response body if the HTTP response code is 204.v10.5.1 | 2023-12-14 | -24/+15 | |
| | ||||
* | Changelog 10.5.0v10.5.0 | 2023-12-10 | -1/+2 | |
| | ||||
* | Bump dev dependency versions | 2023-12-10 | -131/+131 | |
| | ||||
* | Lint repo to latest ruff rules | 2023-11-27 | -2/+0 | |
| | ||||
* | Bump postgres to 16 in dev bot | 2023-11-27 | -1/+1 | |
| | | | | This is needed for a postgres 15 only feature now used on site | |||
* | Mark lib deps using tilda version specifiers | 2023-11-27 | -4/+6 | |
| | | | | This allows users of the lib to use newer versions of these libraries without us having to cut a new release | |||
* | Bump dev deps to latest | 2023-11-27 | -447/+450 | |
| | ||||
* | Changelog 10.4.0v10.4.0 | 2023-10-26 | -1/+5 | |
| | ||||
* | Update CI to use new ruff output argument | 2023-10-26 | -1/+1 | |
| | ||||
* | Update ruff config to enable unsafe and preview rules | 2023-10-26 | -2/+4 | |
| | ||||
* | Bump deps to latest | 2023-10-26 | -598/+611 | |
| | ||||
* | Set various loggers to suitable default levelsv10.3.0 | 2023-09-20 | -0/+8 | |
| | | | | These levels were pulled from bot's current logging setup | |||
* | Add log_format to the logging util to allow for standardised logging | 2023-09-20 | -1/+11 | |
| | ||||
* | Merge pull request #192 from python-discord/Bump-d.pyv10.2.0 | 2023-08-28 | -498/+525 | |
|\ | | | | | Bump d.py to 2.3.2 | |||
| * | Lint repo with new ruff rules | 2023-08-28 | -2/+13 | |
| | | ||||
| * | Replace isort with ruff's implementatation | 2023-08-28 | -156/+145 | |
| | | ||||
| * | Skip resolving for pydantic model fields | 2023-08-28 | -0/+4 | |
| | | ||||
| * | Add pydantic BaseModel to target to ignore | 2023-08-28 | -3/+4 | |
| | | ||||
| * | Bump d.py to 2.3.2 | 2023-08-28 | -452/+474 | |
|/ | ||||
* | Merge pull request #190 from python-discord/wait_until_bot_startedv10.1.0 | 2023-07-25 | -21/+35 | |
|\ | | | | | Don't process comands until extensions are loaded | |||
| * | fixup: Update BotBase.process_commands docstring to be more explicit | 2023-07-25 | -1/+5 | |
| | | ||||
| * | Consistently use fullstops in changelog | 2023-07-25 | -21/+21 | |
| | | ||||
| * | Add BotBase.wait_until_bot_started which can be used to hold a process until ↵ | 2023-07-25 | -1/+11 | |
|/ | | | | all extensions are loaded. | |||
* | Merge pull request #188 from python-discord/paste-servic-emultiple-filesv10.0.0 | 2023-07-20 | -199/+359 | |
|\ | | | | | Support sending multiple files to paste service at once | |||
| * | fixup: correct docstring wording in paste_service | 2023-07-20 | -1/+1 | |
| | | ||||
| * | Add type hints to paste_service pydantic models | 2023-07-14 | -5/+5 | |
| | | ||||
| * | Don't swallow exceptions in post_build | 2023-07-14 | -2/+2 | |
| | | ||||
| * | Support sending multiple files to paste service at once | 2023-07-14 | -195/+355 | |
|/ | | | | Co-authored-by: Hassan Abouelela <[email protected]> | |||
* | Merge pull request #184 from python-discord/bump-d.py | 2023-07-14 | -49/+61 | |
|\ | | | | | Bump d.py & update view with user and role check | |||
| * | Update code for new linter rules | 2023-07-14 | -2/+10 | |
| | | ||||
| * | Bump dev deps | 2023-07-14 | -36/+37 | |
| | | ||||
| * | Bump pre-commit-hooks | 2023-07-14 | -1/+1 | |
| | | ||||
| * | Bump d.py to 2.3.1 | 2023-07-14 | -12/+15 | |
|/ | ||||
* | Update get_or_fetch_channel's return type (#187) | 2023-07-10 | -1/+7 | |
| | | | | | | | * update get_or_fetch_channel's return type * unindent overly indented signature * update changelog | |||
* | Update expiry label from 1 month to 30 days (#185)v9.9.2 | 2023-07-02 | -2/+6 | |
| | | | Since there isn't 1 true answer to how many seconds are in 1 month, making it 30 days is just easier. | |||
* | New version to allow new changeset to be pushed to pypi (#183)v9.9.1 | 2023-06-22 | -21/+25 | |
| | ||||
* | Add supported lexer validation to paste service and default the paste_url (#182)v9.9.0 | 2023-06-21 | -5/+37 | |
| | ||||
* | Bump d.py (#181)v9.8.0 | 2023-06-14 | -184/+109 | |
| | | | | | * Bump d.py to 2.3.0 * Linting fixes for new ruff version | |||
* | Update the base image used for dev bot | 2023-06-10 | -1/+1 | |
| | ||||
* | Handle discord.Forbidden 90001 errors by default in `create_task()` (#177)v9.7.0 | 2023-06-10 | -7/+55 | |
| | | | Co-authored-by: Chris Lovering <[email protected]> | |||
* | Add paste service utility (#179) | 2023-06-10 | -2/+118 | |
| |