Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | bump version & changelog | 2024-01-04 | -1/+1 | |
| | ||||
* | Do not attempt to read response body if the HTTP response code is 204.v10.5.1 | 2023-12-14 | -1/+1 | |
| | ||||
* | Changelog 10.5.0v10.5.0 | 2023-12-10 | -1/+1 | |
| | ||||
* | Bump dev dependency versions | 2023-12-10 | -4/+4 | |
| | ||||
* | Mark lib deps using tilda version specifiers | 2023-11-27 | -3/+3 | |
| | | | | 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 | -4/+4 | |
| | ||||
* | Changelog 10.4.0v10.4.0 | 2023-10-26 | -1/+1 | |
| | ||||
* | Update ruff config to enable unsafe and preview rules | 2023-10-26 | -1/+3 | |
| | ||||
* | Bump deps to latest | 2023-10-26 | -12/+11 | |
| | ||||
* | Add log_format to the logging util to allow for standardised logging | 2023-09-20 | -1/+1 | |
| | ||||
* | Replace isort with ruff's implementatation | 2023-08-28 | -11/+8 | |
| | ||||
* | Bump d.py to 2.3.2 | 2023-08-28 | -2/+2 | |
| | ||||
* | Add BotBase.wait_until_bot_started which can be used to hold a process until ↵ | 2023-07-25 | -1/+1 | |
| | | | | all extensions are loaded. | |||
* | Support sending multiple files to paste service at once | 2023-07-14 | -1/+2 | |
| | | | | Co-authored-by: Hassan Abouelela <[email protected]> | |||
* | Bump dev deps | 2023-07-14 | -4/+4 | |
| | ||||
* | Bump d.py to 2.3.1 | 2023-07-14 | -2/+2 | |
| | ||||
* | New version to allow new changeset to be pushed to pypi (#183)v9.9.1 | 2023-06-22 | -1/+1 | |
| | ||||
* | Add supported lexer validation to paste service and default the paste_url (#182)v9.9.0 | 2023-06-21 | -1/+1 | |
| | ||||
* | Bump d.py (#181)v9.8.0 | 2023-06-14 | -6/+6 | |
| | | | | | * Bump d.py to 2.3.0 * Linting fixes for new ruff version | |||
* | Add paste service utility (#179) | 2023-06-10 | -1/+1 | |
| | ||||
* | Bump all deps to latest | 2023-05-31 | -12/+12 | |
| | ||||
* | Migrate to ruff | 2023-05-06 | -9/+32 | |
| | ||||
* | Changelog recent changes to bot-core | 2023-05-06 | -1/+1 | |
| | ||||
* | Bump d.py to 2.2.3 | 2023-05-06 | -1/+1 | |
| | ||||
* | Bump dependencies to latestv9.5.1 | 2023-03-02 | -14/+14 | |
| | ||||
* | Bump Discord.py to 2.2.2 | 2023-03-02 | -2/+2 | |
| | ||||
* | Bump discord-py to 2.2.0 (#173)v9.5.0 | 2023-02-28 | -2/+2 | |
| | | | | | | | * bump dpy to 2.2.0 * update changelog * bump version in tool.poetry table | |||
* | Bump discord.py to 2.1.1 (#172)v9.4.1 | 2023-02-09 | -2/+2 | |
| | | | | | | | | | | | | | * bump dpy to 2.1.1 * add bump history to changelog * bump pydis-core version in pyproject.toml * reinstate the old state for release 9.3.1 --------- Co-authored-by: Amrou Bellalouna <[email protected]> | |||
* | Sync global and guild app command tree on startup | 2022-12-26 | -1/+1 | |
| | ||||
* | update version and carve it in changelog | 2022-12-23 | -1/+1 | |
| | ||||
* | Return None upon receiving a bad request from Discord in get_or_fetch_member ↵v9.3.0 | 2022-12-13 | -1/+1 | |
| | | | | | (#169) Co-authored-by: Amrou Bellalouna <[email protected]> | |||
* | Add changelog for 3.11 and new decorator | 2022-12-11 | -1/+1 | |
| | ||||
* | Mark project as requiring poetry-core>=1.2.0 | 2022-12-11 | -1/+1 | |
| | | | | This is required due to the use of dependancy groups | |||
* | Support 3.11 and bump CI to use 3.11 | 2022-12-11 | -1/+2 | |
| | ||||
* | Support 3.11 & bump all deps | 2022-12-11 | -11/+19 | |
| | ||||
* | Handle not being able to delete the interaction message on button press. | 2022-11-14 | -1/+1 | |
| | ||||
* | Bump d.py to 2.1.0 | 2022-11-13 | -12/+12 | |
| | | | | This also bumps some dev-deps to latest | |||
* | Add Support For Attributes In Docstrings | 2022-11-10 | -0/+1 | |
| | | | | | | | | | | | This allows class attributes to be defined in docstrings without causing an exception while linking the source code. Due to the non-static nature of attributes, it's not trivial to link their actual definition, so the chosen lines will actually be all the lines of the parent class. Signed-off-by: Hassan Abouelela <[email protected]> | |||
* | Add six as a dev dep | 2022-11-05 | -0/+1 | |
| | ||||
* | Rename package due to naming conflict | 2022-11-05 | -5/+6 | |
| | ||||
* | Update pyproject.toml module meta data | 2022-11-05 | -2/+9 | |
| | ||||
* | bump sphinx and sphinx-autodoc-typehints | 2022-09-27 | -2/+2 | |
| | ||||
* | Merge remote-tracking branch 'upstream/main' into no-duplicate-deco | 2022-09-18 | -16/+17 | |
|\ | ||||
| * | Bump dev deps | 2022-09-18 | -6/+6 | |
| | | ||||
| * | Bump d.py to 2.0.1 | 2022-09-18 | -2/+2 | |
| | | ||||
| * | Bump Discord.py to the stable 2.0 release.v8.2.0 | 2022-08-18 | -5/+5 | |
| | | | | | | | | This also bumps some other deps, rather than individually merging the dependabot releases. | |||
| * | Version bump and changelog | 2022-08-16 | -1/+1 | |
| | | ||||
| * | Bump sphinx to 5.1.1 | 2022-07-27 | -1/+1 | |
| | | ||||
| * | Bump version to 8.0.0 | 2022-07-27 | -1/+1 | |
| | | ||||
| * | Remove explicit cleanup of the redis session (#111) | 2022-07-27 | -1/+1 | |
| | |