feat: add multiple discord bot cogs
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.
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"author": [ "unstableCogs" ],
|
||||
"install_msg": "Thank you for installing the Mass Outreach & Review System! For a full command list, please see the wiki.",
|
||||
"name": "MassOutreach",
|
||||
"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. 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.",
|
||||
"description": "Manages a complete workflow for user outreach, including ad submission, time selection, and final reviews.",
|
||||
"tags": [
|
||||
"mass",
|
||||
"outreach",
|
||||
@@ -11,6 +13,6 @@
|
||||
"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."
|
||||
"requirements": [],
|
||||
"end_user_data_statement": "This cog stores user IDs, ticket information, and submitted reviews persistently for record-keeping purposes."
|
||||
}
|
||||
Reference in New Issue
Block a user