From 1d995c5db48d89a8d66d2691a21d41de137bbf0e Mon Sep 17 00:00:00 2001 From: Fjerkroa Auto Date: Fri, 18 Aug 2023 20:09:43 +0200 Subject: [PATCH] Fix dependencies. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c557c31..d3b1feb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ authors = ["Oleksandr Kozachuk "] [tool.poetry.dependencies] python = "^3.8" -discordpy = "*" +"discord.py" = "*" openai = "*" aiohttp = "*" mypy = "*"