diff --git a/mors/README.md b/mors/README.md new file mode 100644 index 0000000..e69de29 diff --git a/mors/__init__.py b/mors/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/mors/info.json b/mors/info.json new file mode 100644 index 0000000..b0c5a76 --- /dev/null +++ b/mors/info.json @@ -0,0 +1,16 @@ +{ + "author": [ "unstableCogs" ], + "install_msg": "Thank you for installing the Mass Outreach & Review System! For a full command list, please see the wiki.", + "name": "MassOutreach", + "short": "A multi-step system for mass outreach and reviews.", + "description": "Manages a complete workflow for user outreach. The process begins with /game, uses /over for time selection, and concludes with a /pudding-head command for the user to submit a mass review.", + "tags": [ + "mass", + "outreach", + "review", + "tickets", + "utility" + ], + "requirements": [ "rich" ], + "end_user_data_statement": "This cog stores user IDs and ticket information temporarily for the duration of the outreach process. Submitted reviews are stored persistently." +} \ No newline at end of file diff --git a/mors/mors.py b/mors/mors.py new file mode 100644 index 0000000..e69de29