aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-02-21 02:16:59 +0000
committerGravatar Chris Lovering <[email protected]>2022-03-15 10:16:23 +0000
commit44121ea5f2eb8bfabc1326cf7874aa88223440f6 (patch)
tree8b471b8b6ade18ff44518de458bf98a17ac54a29 /pyproject.toml
parentRevert "No longer use Interaction.message, as it was removed from disnake" (diff)
Revert "Migrate to use monkey patches from botcore"
This reverts commit ab073c89ad37c26eb4103ef0ca58e16421bca875.
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 06795fd0d..1f02818ee 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/v3.0.0.zip"}
+bot-core = {url = "https://github.com/python-discord/bot-core/archive/refs/tags/v2.1.0.zip"}
aio-pika = "~=6.1"
aiodns = "~=2.0"
aiohttp = "~=3.7"