iservice #3

Merged
unstableKitsune merged 5 commits from iservice into main 2025-09-11 17:29:21 -04:00
4 changed files with 16 additions and 0 deletions
Showing only changes of commit 5ed8002b40 - Show all commits

0
mors/README.md Normal file
View File

0
mors/__init__.py Normal file
View File

16
mors/info.json Normal file
View File

@@ -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."
}

0
mors/mors.py Normal file
View File