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:
17
datamanager/info.json
Normal file
17
datamanager/info.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"author": [
|
||||
"unstableCogs"
|
||||
],
|
||||
"install_msg": "Thank you for installing the Data Manager cog! Please use the setup commands to configure your data retention policies.",
|
||||
"name": "DataManager",
|
||||
"short": "A cog to manage long-term data retention.",
|
||||
"description": "Provides tools to automatically purge or archive old data from other cogs to prevent database bloat.",
|
||||
"tags": [
|
||||
"data",
|
||||
"database",
|
||||
"utility",
|
||||
"admin"
|
||||
],
|
||||
"requirements": [],
|
||||
"end_user_data_statement": "This cog reads and deletes data from other cogs based on administrator configuration. It does not store any unique user data itself."
|
||||
}
|
||||
Reference in New Issue
Block a user