From 08004f3c39a43ff84024252aa5e9751a9c34046e Mon Sep 17 00:00:00 2001 From: skins Date: Sat, 16 Oct 2021 23:45:56 +0100 Subject: [PATCH] dice: added info.json --- dice/info.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 dice/info.json diff --git a/dice/info.json b/dice/info.json new file mode 100644 index 0000000..83e865d --- /dev/null +++ b/dice/info.json @@ -0,0 +1,17 @@ +{ + "name": "Dice", + "author": [ + "skins (skins#6969)" + ], + "short": "Roll dice", + "description": "This cog allows you to roll dice", + "install_msg": "Thanks for installing dice, this will let you roll dice", + "requirements": [ + "pyroll20" + ], + "tags": [ + "gaming", + "utility" + ], + "end_user_data_statement": "This cog does not persistently store data or metadata about users." +} \ No newline at end of file