From c541425b577c2bedad19220e89b1410182eae755 Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Thu, 4 May 2023 05:40:03 +0200 Subject: [PATCH] Mention bank cog in Read before updating section for 3.5 (#6120) Co-authored-by: aikaterna <20862007+aikaterna@users.noreply.github.com> --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index 4f715b6e6..e9b70998f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,6 +9,7 @@ Redbot 3.5.0 (2023-05-04) Read before updating -------------------- +#. ``[p]bankset`` is now a core command and as a consequence, the bank cog has been removed. This means that when you start the bot for the first time after the update, you'll see a "Failed to load package bank" message. That is perfectly normal and this message can be ignored. #. Red 3.5 comes with breaking changes for users. Look at `Backward incompatible changes in Red 3.5 document ` and `End-user changelog ` for full details. Note that because this release also comes with breaking changes for developers,