Adds new cogs including DataManager, Hiring, KofiShop, Logging, ModMail, MORS, ServiceReview, StaffMsg, and Translator to enhance bot functionality for data management, hiring processes, logging events, and more.
18 lines
586 B
JSON
18 lines
586 B
JSON
{
|
|
"author": [
|
|
"unstableCogs"
|
|
],
|
|
"install_msg": "Thank you for installing the Mass Outreach & Review System cog!",
|
|
"name": "MORS",
|
|
"short": "A multi-step system for mass outreach and reviews.",
|
|
"description": "Manages a complete workflow for user outreach, including ad submission, time selection, and final reviews.",
|
|
"tags": [
|
|
"mass",
|
|
"outreach",
|
|
"review",
|
|
"tickets",
|
|
"utility"
|
|
],
|
|
"requirements": [],
|
|
"end_user_data_statement": "This cog stores user IDs, ticket information, and submitted reviews persistently for record-keeping purposes."
|
|
} |