diff --git a/docs/migrating.rst b/docs/migrating.rst index e9ec2a5f41..0fed4df3a8 100644 --- a/docs/migrating.rst +++ b/docs/migrating.rst @@ -10,7 +10,7 @@ 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 @@ -18,7 +18,7 @@ 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 ---------------------