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
This commit is contained in:
Seaswimmer 2024-03-04 23:43:14 -05:00
parent aaba9ebd59
commit dec154fb4c
Signed by untrusted user: cswimr
GPG key ID: B8953EC01E5C4063
2 changed files with 1 additions and 2 deletions

View file

@ -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."""

View file

@ -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": [