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