aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-03-14 19:01:56 +0000
committerGravatar Chris Lovering <[email protected]>2022-03-15 10:16:24 +0000
commit753e101df0ba4f51c85a426a7a9d9678f96e0fd7 (patch)
treec15014e6b83aaf38e9c14c67ea02eff8feed62c3 /pyproject.toml
parentRevert "Migrate to use monkey patches from botcore" (diff)
Revert "Update all references of discord.py to disnake"
This reverts commit 960619c23300c56c8aaa454edc7241e2badf80ad.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 1f02818ee..90b38ce66 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -9,7 +9,7 @@ license = "MIT"
python = "3.9.*"
disnake = "~=2.4"
# See https://bot-core.pythondiscord.com/ for docs.
-bot-core = {url = "https://github.com/python-discord/bot-core/archive/refs/tags/v2.1.0.zip"}
+bot-core = {url = "https://github.com/python-discord/bot-core/archive/511bcba1b0196cd498c707a525ea56921bd971db.zip"}
aio-pika = "~=6.1"
aiodns = "~=2.0"
aiohttp = "~=3.7"