Ruby-Cogs/bankbackup/info.json
2025-05-23 02:30:00 -04:00

28 lines
681 B
JSON

{
"author": [
"Vertyco"
],
"description": "Backup/Restore for server bank balances",
"disabled": false,
"end_user_data_statement": "This cog does not store data about users.",
"hidden": false,
"install_msg": "Thank you for installing! This cog is for transferring bank balances on a per-server basis for bots that have local banks enabled.",
"min_bot_version": "3.4.0",
"min_python_version": [
3,
8,
1
],
"permissions": [
"administrator"
],
"required_cogs": {},
"requirements": [],
"short": "Backup and restore bank balances for all members in a server",
"tags": [
"utility",
"economy",
"bank"
],
"type": "COG"
}