fix(backup): added tags to the info.json file

This commit is contained in:
Seaswimmer 2024-02-01 19:57:21 -05:00
parent 337d873ad5
commit 13e7bb81dd
Signed by untrusted user: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -10,5 +10,10 @@
"min_bot_version": "3.5.5",
"max_bot_version": "3.5.5",
"min_python_version": [3, 10, 0],
"tags": []
"tags": [
"utility",
"backup",
"restore",
"migration"
]
}