aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2022-02-21 02:13:22 +0000
committerGravatar Chris Lovering <[email protected]>2022-03-15 10:16:24 +0000
commita13fa94f9e76809ffef6666b35ac1cf93be2ed81 (patch)
treef494bc71d420f758fe4a81b4691334774b9c9273 /pyproject.toml
parentRevert "Update all references of discord.py to disnake" (diff)
Revert "Migrate from Discord.py to disnake"
This reverts commit a30f8856cc24e6b42fc86ab972d605bfe2562075.
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 90b38ce66..c764910c2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,7 +7,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "3.9.*"
-disnake = "~=2.4"
+"discord.py" = {url = "https://github.com/Rapptz/discord.py/archive/45d498c1b76deaf3b394d17ccf56112fa691d160.zip"}
# See https://bot-core.pythondiscord.com/ for docs.
bot-core = {url = "https://github.com/python-discord/bot-core/archive/511bcba1b0196cd498c707a525ea56921bd971db.zip"}
aio-pika = "~=6.1"