Update info.json for RPG cog metadata clarity

Enhanced the metadata in `info.json` for the RPG cog by updating the install message, short description, and adding a detailed description of its functionality. Simplified requirements and permissions fields, expanded tags for better discoverability, adjusted the min Python version format, and clarified the end user data statement for transparency.
This commit is contained in:
2025-09-23 03:45:27 -04:00
parent 5a31115458
commit acc7eaa861

View File

@@ -1,11 +1,24 @@
{
"author" : ["UnstableKitsune (unstablekitsune)"],
"install _msg" : "Oh you installed me! How dare you obtain me! return me right now!",
"name" : "RPG",
"short" : "Its a TTRPG",
"requirements" : [""],
"permissions" : [""],
"tags" : [""],
"min_python_version" : [3, 1, 1],
"end_user_data_statement" : ""
"author": [
"UnstableKitsune (unstablekitsune)"
],
"install_msg": "Thank you for installing the RPG cog! Get ready for an adventure. Use the help command to see available actions.",
"name": "RPG",
"short": "A text-based tabletop role-playing game cog.",
"description": "A comprehensive TTRPG system allowing users to create characters, manage inventory, go on adventures, and interact with a game world, all within Discord.",
"requirements": [],
"permissions": [],
"tags": [
"rpg",
"game",
"ttrpg",
"fun",
"adventure"
],
"min_python_version": [
3,
1,
1
],
"end_user_data_statement": "This cog stores user data persistently. This includes character sheets (stats, inventory, etc.) and game progress tied to your Discord User ID."
}