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.
24 lines
794 B
JSON
24 lines
794 B
JSON
{
|
|
"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."
|
|
} |