diff options
author | 2022-02-21 02:14:07 +0000 | |
---|---|---|
committer | 2022-03-05 23:39:00 +0000 | |
commit | 960619c23300c56c8aaa454edc7241e2badf80ad (patch) | |
tree | 8f4e42a5bb46c4882a23609b298cb23157424d23 /pyproject.toml | |
parent | Migrate from Discord.py to disnake (diff) |
Update all references of discord.py to disnake
All of the tag content is out of scope for this PR.
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 90b38ce66..1f02818ee 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/511bcba1b0196cd498c707a525ea56921bd971db.zip"} +bot-core = {url = "https://github.com/python-discord/bot-core/archive/refs/tags/v2.1.0.zip"} aio-pika = "~=6.1" aiodns = "~=2.0" aiohttp = "~=3.7" |