Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/migrating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ v2.0 includes many breaking changes and added features.
This update adds new features from the discord API such as application commands (slash, user, and message), as well as
message components and much more.

Since Pycord is still relatively new, we have attempted to make the migration from discord.py and v1 to pycord and v2 as
Since Pycord is still relatively new, we have attempted to make the migration from discord.py v1.7.x to pycord v2 as
smooth as possible.

Python Version Change
-----------------------

In order to make development easier and also to allow for our dependencies to upgrade to allow usage of 3.10 or higher,
the library had to remove support for Python versions lower than 3.8, which essentially means that **support for Python
3.7 is dropped**.
3.7 and below is dropped**.

Migration to Pycord
---------------------
Expand Down