fix(backup): added tags to the info.json file
This commit is contained in:
parent
337d873ad5
commit
13e7bb81dd
1 changed files with 6 additions and 1 deletions
|
@ -10,5 +10,10 @@
|
||||||
"min_bot_version": "3.5.5",
|
"min_bot_version": "3.5.5",
|
||||||
"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": [
|
||||||
|
"utility",
|
||||||
|
"backup",
|
||||||
|
"restore",
|
||||||
|
"migration"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue