| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Support sending multiple files to paste service at once | 2023-07-14 | -1/+3 | |
| | | | | | Co-authored-by: Hassan Abouelela <[email protected]> | |||
| * | Update code for new linter rules | 2023-07-14 | -1/+2 | |
| | | ||||
| * | Bump d.py to 2.3.1 | 2023-07-14 | -0/+3 | |
| | | ||||
| * | Update get_or_fetch_channel's return type (#187) | 2023-07-10 | -0/+3 | |
| | | | | | | | | * 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 | -1/+5 | |
| | | | | 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 | -0/+4 | |
| | | ||||
| * | Add supported lexer validation to paste service and default the paste_url (#182)v9.9.0 | 2023-06-21 | -0/+5 | |
| | | ||||
| * | Bump d.py (#181)v9.8.0 | 2023-06-14 | -0/+4 | |
| | | | | | | * Bump d.py to 2.3.0 * Linting fixes for new ruff version | |||
| * | Handle discord.Forbidden 90001 errors by default in `create_task()` (#177)v9.7.0 | 2023-06-10 | -0/+1 | |
| | | | | Co-authored-by: Chris Lovering <[email protected]> | |||
| * | Add paste service utility (#179) | 2023-06-10 | -0/+2 | |
| | | ||||
| * | Add changelog entry for ruff migration | 2023-05-31 | -0/+3 | |
| | | | | | This change won't be made into a release, as there's nothing that affects bots, so haven't marked it as such. | |||
| * | Changelog recent changes to bot-core | 2023-05-06 | -0/+6 | |
| | | ||||
| * | Bump Discord.py to 2.2.2 | 2023-03-02 | -1/+4 | |
| | | ||||
| * | Bump discord-py to 2.2.0 (#173)v9.5.0 | 2023-02-28 | -0/+3 | |
| | | | | | | | | * 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 | -0/+4 | |
| | | | | | | | | | | | | | | * 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 | -0/+3 | |
| | | ||||
| * | update version and carve it in changelog | 2022-12-23 | -0/+4 | |
| | | ||||
| * | Return None upon receiving a bad request from Discord in get_or_fetch_member ↵v9.3.0 | 2022-12-13 | -0/+3 | |
| | | | | | | (#169) Co-authored-by: Amrou Bellalouna <[email protected]> | |||
| * | Add changelog for 3.11 and new decorator | 2022-12-11 | -0/+4 | |
| | | ||||
| * | Handle not being able to delete the interaction message on button press. | 2022-11-14 | -0/+4 | |
| | | ||||
| * | Bump d.py to 2.1.0 | 2022-11-13 | -0/+4 | |
| | | | | | This also bumps some dev-deps to latest | |||
| * | Rename package due to naming conflict | 2022-11-05 | -11/+15 | |
| | | ||||
| * | Bump d.py to 2.0.1 | 2022-09-18 | -0/+4 | |
| | | ||||
| * | Bump Discord.py to the stable 2.0 release.v8.2.0 | 2022-08-18 | -0/+5 | |
| | | | | | This also bumps some other deps, rather than individually merging the dependabot releases. | |||
| * | Update docs/changelog.rst | 2022-08-16 | -1/+1 | |
| | | | | Co-authored-by: ChrisJL <[email protected]> | |||
| * | Version bump and changelog | 2022-08-16 | -0/+3 | |
| | | ||||
| * | Bump version to 8.0.0 | 2022-07-27 | -1/+2 | |
| | | ||||
| * | Bump async-rediscache to v1.0.0-rc2 | 2022-07-27 | -0/+1 | |
| | | ||||
| * | Bump Python To 3.10 (#108) | 2022-07-27 | -0/+1 | |
| | | ||||
| * | Add Sample Project With Boilerplate | 2022-07-23 | -0/+4 | |
| | | | | | | | | Adds a bare-bones discord.py bot using features from bot-core, to be used for quickly prototyping and testing out bot-core features. Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | Bump Version To 7.5.0v7.5.0 | 2022-07-23 | -0/+1 | |
| | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | Update changelog.rst | 2022-07-23 | -0/+3 | |
| | | | | | Only provides a feature and not a release, as per Scaleois' request on Discord: https://discord.com/channels/267624335836053506/635950537262759947/1000396893005819964 | |||
| * | Add an optional message attr to ViewWithUserAndRoleCheckv7.4.0 | 2022-07-21 | -0/+4 | |
| | | | | | | On view timeout, this message has it's view removed if set. Co-authored-by: Boris Muratov <[email protected]> | |||
| * | Fix interactions.DeleteMessageButton not working due to using wrong delete ↵ | 2022-07-16 | -0/+4 | |
| | | | | | method. | |||
| * | Add a generic view and button | 2022-07-16 | -0/+5 | |
| | | | | | | | The view implements an interaction check for allowed_users and allowed_roles. The button deleted the message attached the the parent view on click. | |||
| * | Only close stats._transport if BotBase.stats was created | 2022-07-09 | -0/+4 | |
| | | ||||
| * | Don't try to connect to statsd_url if it's None | 2022-06-30 | -0/+2 | |
| | | ||||
| * | Merge branch 'main' into misc-bug-fixes | 2022-06-29 | -0/+6 | |
| |\ | | | | | | | | | # Conflicts: # docs/changelog.rst | |||
| | * | Bump d.py to 0eb3d26 | 2022-06-28 | -0/+7 | |
| | | | | | | | | | Adds support for auto mod, of which the new auto_mod MESSAGE_TYPE is needed for our filter system. | |||
| * | | Changelog Miscellaneous Bug Fixes | 2022-06-26 | -0/+6 | |
| |/ | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | Fix Bullet Points In Changelog | 2022-05-30 | -10/+10 | |
| | | | | | | Co-authored-by: Chris Lovering <[email protected]> Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | Fix Entry In Changelog | 2022-05-30 | -1/+1 | |
| | | | | | Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | Document The Docs Folder | 2022-05-29 | -0/+1 | |
| | | | | | | | | Add a brief explanation about each item in the docs folder, to help contributors navigate and understand what each part does. Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | Restore Releases Changelog | 2022-05-29 | -0/+124 | |
| | | | | | | | | Add the releases-based changelog system back, and migrate the old changelog entries. Signed-off-by: Hassan Abouelela <[email protected]> | |||
| * | Remove releases package used to autogenerate changelog | 2022-02-24 | -15/+0 | |
| | | ||||
| * | Merge branch 'main' into port-utilities | 2022-02-21 | -1/+5 | |
| |\ | ||||
| | * | Bump version and add changelogs | 2022-01-09 | -0/+4 | |
| | | | ||||
| * | | Add InterSphinx Extension | 2021-12-09 | -0/+1 | |
| |/ | | | | | Adds the intersphinx extension to link discord.py and python docs to the autogenerated references. | |||
| * | Add Sphinx Docs | 2021-12-02 | -0/+10 | |
| Adds a customized sphinx doc builder. | ||||