Skip to content

Commit a89043f

Browse files
Merge pull request #72 from python-discord/bump-d.py
Bump d.py to fix Guild.chunk()
2 parents b803071 + 765337c commit a89043f

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 6.4.0 26th April 2022
4+
- Feature: Bump discord.py to `[5a06fa5](https://github.com/Rapptz/discord.py/tree/5a06fa5f3e28d2b7191722e1a84c541560008aea)`
5+
- Notably, one of the commits in this bump dynamically extends the timeout of `Guild.chunk()` based on the number or members, so it should actually work on our guild now.
6+
37
## 6.3.2 25th April 2022
48
- Fix: Actually use `statsd_url` when it gets passed to `BotBase`.
59

poetry.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "bot-core"
3-
version = "6.3.2"
3+
version = "6.4.0"
44
description = "Bot-Core provides the core functionality and utilities for the bots of the Python Discord community."
55
authors = ["Python Discord <[email protected]>"]
66
license = "MIT"
@@ -16,7 +16,7 @@ exclude = ["tests", "tests.*"]
1616

1717
[tool.poetry.dependencies]
1818
python = "3.9.*"
19-
"discord.py" = {url = "https://github.com/Rapptz/discord.py/archive/987235d5649e7c2b1a927637bab6547244ecb2cf.zip"}
19+
"discord.py" = {url = "https://github.com/Rapptz/discord.py/archive/5a06fa5f3e28d2b7191722e1a84c541560008aea.zip"}
2020
async-rediscache = { version = "0.2.0", extras = ["fakeredis"], optional = true }
2121
statsd = "3.3.0"
2222

0 commit comments

Comments
 (0)