feat(backup): finished the importer, minus the loading functionality
Some checks failed
Actions / Lint Code (Pylint) (pull_request) Failing after 15s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 12s

This commit is contained in:
SeaswimmerTheFsh 2024-01-31 14:15:46 -05:00
parent d7b5c5f239
commit fa6fcfb75f
Signed by: cswimr
GPG key ID: B8953EC01E5C4063
2 changed files with 116 additions and 2 deletions

View file

@ -7,7 +7,8 @@
"end_user_data_statement" : "This cog does not store user information.",
"hidden": false,
"disabled": false,
"min_bot_version": "3.5.0",
"min_bot_version": "3.5.5",
"max_bot_version": "3.5.5",
"min_python_version": [3, 10, 0],
"tags": []
}