From 5202956f97b61ea61aa82f518b8800a373d94a8f Mon Sep 17 00:00:00 2001 From: jack1142 <6032823+jack1142@users.noreply.github.com> Date: Mon, 21 Mar 2022 06:12:20 +0100 Subject: [PATCH] Update migration guide with loop-related changes to Client's constructor --- docs/migrating.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/migrating.rst b/docs/migrating.rst index 12611a8a9..fbe21ab5a 100644 --- a/docs/migrating.rst +++ b/docs/migrating.rst @@ -110,6 +110,8 @@ Quick example: client = MyClient() client.run(TOKEN) +With this change, constructor of :class:`Client` no longer accepts ``connector`` and ``loop`` parameters. + In parallel with this change, changes were made to loading and unloading of commands extension extensions and cogs, see :ref:`migrating_2_0_commands_extension_cog_async` for more information.