Mention bank cog in Read before updating section for 3.5 (#6120)

Co-authored-by: aikaterna <20862007+aikaterna@users.noreply.github.com>
This commit is contained in:
Jakub Kuczys 2023-05-04 05:40:03 +02:00 committed by GitHub
parent 7b80043d19
commit c541425b57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,7 @@ Redbot 3.5.0 (2023-05-04)
Read before updating 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 <incompatible-changes-3.5>` and `End-user changelog <important-350-1>` for full details. #. Red 3.5 comes with breaking changes for users. Look at `Backward incompatible changes in Red 3.5 document <incompatible-changes-3.5>` and `End-user changelog <important-350-1>` for full details.
Note that because this release also comes with breaking changes for developers, Note that because this release also comes with breaking changes for developers,