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

16 lines
813 B
JSON

{
"author": ["Vertyco"],
"description": "Dispatches events when different bank transactions occur, such as when a user deposits credits, withdraws credits, transfers credits, or runs payday.",
"disabled": false,
"end_user_data_statement": "This cog does not store end user data.",
"hidden": false,
"install_msg": "Thank you for installing!\n**WARNING:** This cog modifies Red's bank methods by wrapping them in a method that dispatches the event. If you are not okay with that, please uninstall this cog.",
"min_bot_version": "3.5.0",
"min_python_version": [3, 9, 0],
"permissions": [],
"required_cogs": {},
"requirements": [],
"short": "Bank transaction listener events for 3rd party cogs",
"tags": ["bank", "events", "listeners", "economy", "developers", "economy"],
"type": "COG"
}