From acc7eaa86185444d855f05b876e517beaa0bea52 Mon Sep 17 00:00:00 2001 From: Unstable Kitsune Date: Tue, 23 Sep 2025 03:45:27 -0400 Subject: [PATCH] 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. --- rpg/info.json | 31 ++++++++++++++++++++++--------- 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/rpg/info.json b/rpg/info.json index 253e79d..0a60510 100644 --- a/rpg/info.json +++ b/rpg/info.json @@ -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." } \ No newline at end of file