diff options
author | 2022-02-22 21:27:35 +0000 | |
---|---|---|
committer | 2022-02-24 20:07:37 +0000 | |
commit | 953e255becbb1ba3daac96f07f2841d820ca931e (patch) | |
tree | 15a52572b346c23249fe6a8529e7e4ca4fc98fc6 /pyproject.toml | |
parent | Add disnake monkey patches (diff) |
Migrate to using disnake over Discord.py 2.0a0
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 5eab4fb1..2d67ff34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,8 @@ exclude = ["tests", "tests.*"] [tool.poetry.dependencies] python = "3.9.*" -disnake = ">=2.4" +# It is expected that bots that use bot-core will define a striciter version of disnake. +disnake = "^2" [tool.poetry.dev-dependencies] flake8 = "4.0.1" |