From 1ffe0f0bd33946b70ef1460e3b2f502a7acfacca Mon Sep 17 00:00:00 2001 From: BobDotCom <71356958+BobDotCom@users.noreply.github.com> Date: Wed, 1 Dec 2021 07:27:33 -0600 Subject: [PATCH 1/2] Update docs/migrating.rst Co-authored-by: RPS --- docs/migrating.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migrating.rst b/docs/migrating.rst index e9ec2a5f41..0182dc1324 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 From 6df05a15e54429125f3d560a196543a26c7922a2 Mon Sep 17 00:00:00 2001 From: BobDotCom <71356958+BobDotCom@users.noreply.github.com> Date: Wed, 1 Dec 2021 07:28:07 -0600 Subject: [PATCH 2/2] Update docs/migrating.rst Co-authored-by: RPS --- docs/migrating.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migrating.rst b/docs/migrating.rst index 0182dc1324..0fed4df3a8 100644 --- a/docs/migrating.rst +++ b/docs/migrating.rst @@ -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 ---------------------