From dec154fb4c91ff0bfad0bfe38d3dbf91acfe31e7 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 4 Mar 2024 23:43:14 -0500 Subject: [PATCH] fix(backup): changed version constraints again there have been no changes to downloader that break this since 3.5.0's release. however, 3.5.6 will be breaking most likely --- backup/backup.py | 1 - backup/info.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/backup/backup.py b/backup/backup.py index b973776..4977c97 100644 --- a/backup/backup.py +++ b/backup/backup.py @@ -17,7 +17,6 @@ from redbot.core.bot import Red from redbot.core.utils.chat_formatting import error, text_to_file - # pylint: disable=protected-access class Backup(commands.Cog): """A utility to make reinstalling repositories and cogs after migrating the bot far easier.""" diff --git a/backup/info.json b/backup/info.json index 00321f0..9694c65 100644 --- a/backup/info.json +++ b/backup/info.json @@ -7,7 +7,7 @@ "end_user_data_statement" : "This cog does not store end user data.", "hidden": false, "disabled": false, - "min_bot_version": "3.5.2", + "min_bot_version": "3.5.0", "max_bot_version": "3.5.5", "min_python_version": [3, 10, 0], "tags": [