From 5ed8002b40dd2844559607fd509b90d3e29e8642 Mon Sep 17 00:00:00 2001 From: Unstable Kitsune Date: Thu, 11 Sep 2025 17:21:42 -0400 Subject: [PATCH] feat: add Mass Outreach & Review System Introduces multi-step workflow for user outreach, time selection, and mass reviews with temporary data storage for process efficiency. --- mors/README.md | 0 mors/__init__.py | 0 mors/info.json | 16 ++++++++++++++++ mors/mors.py | 0 4 files changed, 16 insertions(+) create mode 100644 mors/README.md create mode 100644 mors/__init__.py create mode 100644 mors/info.json create mode 100644 mors/mors.py 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