From 3cb4389fa47ca0aebb83f2e59b8056f27ebd0d0c Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Tue, 15 Mar 2022 12:10:24 +0000 Subject: Revert back to discord.py This pins at a newer version of Discord.py too, to include the recent changes to bring it up to v10 of the Discord API --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 554948e9..0c911c23 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,8 +16,7 @@ exclude = ["tests", "tests.*"] [tool.poetry.dependencies] python = "3.9.*" -# It is expected that bots that use bot-core will define a striciter version of disnake. -disnake = "^2" +"discord.py" = {url = "https://github.com/Rapptz/discord.py/archive/beafaa8a8b8006357c2a1ca6802ed80e000f4cda.zip"} [tool.poetry.dev-dependencies] flake8 = "4.0.1" -- cgit v1.2.3