aboutsummaryrefslogtreecommitdiffstats
path: root/docs (follow)
Commit message (Collapse)AuthorAgeLines
* bump version & changelogGravatar shtlrs2024-01-30-1/+2
|
* bump version & changelogGravatar shtlrs2024-01-04-0/+4
|
* Do not attempt to read response body if the HTTP response code is 204.v10.5.1Gravatar Chris Lovering2023-12-14-0/+3
|
* Changelog 10.5.0v10.5.0Gravatar Chris Lovering2023-12-10-0/+1
|
* Mark lib deps using tilda version specifiersGravatar Chris Lovering2023-11-27-0/+2
| | | | This allows users of the lib to use newer versions of these libraries without us having to cut a new release
* Changelog 10.4.0v10.4.0Gravatar Chris Lovering2023-10-26-0/+4
|
* Set various loggers to suitable default levelsv10.3.0Gravatar Chris Lovering2023-09-20-0/+1
| | | | These levels were pulled from bot's current logging setup
* Add log_format to the logging util to allow for standardised loggingGravatar Chris Lovering2023-09-20-0/+4
|
* Skip resolving for pydantic model fieldsGravatar Chris Lovering2023-08-28-0/+4
|
* Add pydantic BaseModel to target to ignoreGravatar Chris Lovering2023-08-28-3/+4
|
* Bump d.py to 2.3.2Gravatar Chris Lovering2023-08-28-0/+4
|
* Consistently use fullstops in changelogGravatar Chris Lovering2023-07-25-21/+21
|
* Add BotBase.wait_until_bot_started which can be used to hold a process until ↵Gravatar Chris Lovering2023-07-25-0/+4
| | | | all extensions are loaded.
* Don't swallow exceptions in post_buildGravatar Chris Lovering2023-07-14-2/+2
|
* Support sending multiple files to paste service at onceGravatar Chris Lovering2023-07-14-1/+16
| | | | Co-authored-by: Hassan Abouelela <[email protected]>
* Update code for new linter rulesGravatar Chris Lovering2023-07-14-1/+2
|
* Bump d.py to 2.3.1Gravatar Chris Lovering2023-07-14-0/+3
|
* Update get_or_fetch_channel's return type (#187)Gravatar Amrou Bellalouna2023-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.2Gravatar ChrisJL2023-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.1Gravatar ChrisJL2023-06-22-0/+4
|
* Add supported lexer validation to paste service and default the paste_url (#182)v9.9.0Gravatar ChrisJL2023-06-21-0/+5
|
* Bump d.py (#181)v9.8.0Gravatar ChrisJL2023-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.0Gravatar TizzySaurus2023-06-10-0/+1
| | | Co-authored-by: Chris Lovering <[email protected]>
* Add paste service utility (#179)Gravatar ChrisJL2023-06-10-0/+2
|
* Add changelog entry for ruff migrationGravatar Chris Lovering2023-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.
* Apply fixes for ruff lintingGravatar Chris Lovering2023-05-31-15/+14
|
* Changelog recent changes to bot-coreGravatar Chris Lovering2023-05-06-0/+6
|
* Bump Discord.py to 2.2.2Gravatar Chris Lovering2023-03-02-1/+4
|
* Bump discord-py to 2.2.0 (#173)v9.5.0Gravatar Amrou Bellalouna2023-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.1Gravatar Amrou Bellalouna2023-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 startupGravatar Chris Lovering2022-12-26-0/+3
|
* update version and carve it in changelogGravatar Amrou Bellalouna2022-12-23-0/+4
|
* Return None upon receiving a bad request from Discord in get_or_fetch_member ↵v9.3.0Gravatar Amrou Bellalouna2022-12-13-0/+3
| | | | | (#169) Co-authored-by: Amrou Bellalouna <[email protected]>
* Add changelog for 3.11 and new decoratorGravatar Chris Lovering2022-12-11-0/+4
|
* Handle not being able to delete the interaction message on button press.Gravatar Chris Lovering2022-11-14-0/+4
|
* Bump d.py to 2.1.0Gravatar Chris Lovering2022-11-13-0/+4
| | | | This also bumps some dev-deps to latest
* Clean Up Formatting Of Project Name In DocsGravatar Hassan Abouelela2022-11-10-4/+8
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Add Support For Attributes In DocstringsGravatar Hassan Abouelela2022-11-10-1/+23
| | | | | | | | | | | 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]>
* Rename package due to naming conflictGravatar Chris Lovering2022-11-05-18/+22
|
* Use New Static Build Site API (#122)Gravatar Hassan Abouelela2022-10-26-15/+9
| | | | | | | | Updates the build the script to use the new API provided by the site to fetch and download artifacts. Additionally, metadata files are deleted in CI. They are only required for speeding up subsequent builds, which is not applicable in CI, and only increases the build size.
* Merge remote-tracking branch 'upstream/main' into no-duplicate-decoGravatar Numerlor2022-09-18-0/+59
|\
| * Bump d.py to 2.0.1Gravatar Chris Lovering2022-09-18-0/+4
| |
| * Bump Discord.py to the stable 2.0 release.v8.2.0Gravatar Chris Lovering2022-08-18-0/+5
| | | | | | | | This also bumps some other deps, rather than individually merging the dependabot releases.
| * Update docs/changelog.rstGravatar Ionite2022-08-16-1/+1
| | | | | | Co-authored-by: ChrisJL <[email protected]>
| * Version bump and changelogGravatar ionite342022-08-16-0/+3
| |
| * Bump version to 8.0.0Gravatar Chris Lovering2022-07-27-1/+2
| |
| * Bump async-rediscache to v1.0.0-rc2Gravatar Chris Lovering2022-07-27-0/+1
| |
| * Bump Python To 3.10 (#108)Gravatar ChrisJL2022-07-27-0/+1
| |
| * Add Sample Project With BoilerplateGravatar Hassan Abouelela2022-07-23-0/+8
| | | | | | | | | | | | | | 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.0Gravatar Hassan Abouelela2022-07-23-0/+1
| | | | | | | | Signed-off-by: Hassan Abouelela <[email protected]>