From 45a3067632193a2be37cd9c0b7702cb78001042d Mon Sep 17 00:00:00 2001 From: skins Date: Wed, 1 Sep 2021 20:18:08 +0100 Subject: [PATCH] Sarenrae: add info.json --- sarenrae/info.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 sarenrae/info.json diff --git a/sarenrae/info.json b/sarenrae/info.json new file mode 100644 index 0000000..4f045ca --- /dev/null +++ b/sarenrae/info.json @@ -0,0 +1,19 @@ +{ + "name": "Sarenrae", + "author": [ + "skins (skins#6969)" + ], + "short": "Get info on Pathfinder 2e rules.", + "description": "This cog allows you to get information for Pathfinder 2nd Edition", + "install_msg": "Thanks for installing Sarenrae, this will let you get information on Pathfinder 2nd Edition", + "requirements": [ + "requests", + "pillow", + "htmlwebshot" + ], + "tags": [ + "gaming", + "utility" + ], + "end_user_data_statement": "This cog does not persistently store data or metadata about users." +} \ No newline at end of file