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:
parent
aaba9ebd59
commit
dec154fb4c
2 changed files with 1 additions and 2 deletions
|
@ -17,7 +17,6 @@ from redbot.core.bot import Red
|
||||||
from redbot.core.utils.chat_formatting import error, text_to_file
|
from redbot.core.utils.chat_formatting import error, text_to_file
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# pylint: disable=protected-access
|
# pylint: disable=protected-access
|
||||||
class Backup(commands.Cog):
|
class Backup(commands.Cog):
|
||||||
"""A utility to make reinstalling repositories and cogs after migrating the bot far easier."""
|
"""A utility to make reinstalling repositories and cogs after migrating the bot far easier."""
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"end_user_data_statement" : "This cog does not store end user data.",
|
"end_user_data_statement" : "This cog does not store end user data.",
|
||||||
"hidden": false,
|
"hidden": false,
|
||||||
"disabled": false,
|
"disabled": false,
|
||||||
"min_bot_version": "3.5.2",
|
"min_bot_version": "3.5.0",
|
||||||
"max_bot_version": "3.5.5",
|
"max_bot_version": "3.5.5",
|
||||||
"min_python_version": [3, 10, 0],
|
"min_python_version": [3, 10, 0],
|
||||||
"tags": [
|
"tags": [
|
||||||
|
|
Loading…
Reference in a new issue