Skip to content

Commit ac2e36c

Browse files
committed
Bump dpy-2.0
1 parent ee47143 commit ac2e36c

File tree

5 files changed

+154
-165
lines changed

5 files changed

+154
-165
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ however, insignificant breaking changes do not guarantee a major version bump, s
1111
### Breaking
1212

1313
- Modmail now requires [`Message Content` privileged intent](https://support-dev.discord.com/hc/en-us/articles/4404772028055-Message-Content-Privileged-Intent-for-Verified-Bots).
14-
- Upgraded to discord.py v2.0 master ([internal changes](https://gist.github.com/apple502j/f75b4f24652f04de85c7084ffd73ec58), [GH #2990](https://github.com/kyb3r/modmail/issues/2990)).
14+
- Upgraded to discord.py v2.0 ([internal changes](https://discordpy.readthedocs.io/en/latest/migrating.html), [GH #2990](https://github.com/kyb3r/modmail/issues/2990)).
1515
- Python 3.8 or higher is required.
1616
- Asyncio changes ([gist](https://gist.github.com/Rapptz/6706e1c8f23ac27c98cee4dd985c8120))
1717

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ typing-extensions = "==4.2.0"
1212
[packages]
1313
aiohttp = "==3.8.1"
1414
colorama = "~=0.4.5"
15-
"discord.py" = {ref = "9fe19dcc6923e4b6133bdedafb33658bf37c9ab7", git = "https://github.com/Rapptz/discord.py.git"}
15+
"discord.py" = "==2.0.0"
1616
emoji = "==1.7.0"
1717
isodate = "~=0.6.0"
1818
motor = "==2.5.1"

0 commit comments

Comments
 (0)