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 = "*"