diff options
| author | 2022-02-21 02:16:59 +0000 | |
|---|---|---|
| committer | 2022-03-05 23:39:01 +0000 | |
| commit | ab073c89ad37c26eb4103ef0ca58e16421bca875 (patch) | |
| tree | 574fe6262229202df64e1d3cf78f66136ea0dfd9 /pyproject.toml | |
| parent | Update all references of discord.py to disnake (diff) | |
Migrate to use monkey patches from botcore
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 1f02818ee..06795fd0d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" python = "3.9.*" disnake = "~=2.4" # See https://bot-core.pythondiscord.com/ for docs. -bot-core = {url = "https://github.com/python-discord/bot-core/archive/refs/tags/v2.1.0.zip"} +bot-core = {url = "https://github.com/python-discord/bot-core/archive/refs/tags/v3.0.0.zip"} aio-pika = "~=6.1" aiodns = "~=2.0" aiohttp = "~=3.7" |