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 c94667ee52 - Show all commits

0
modmail/README.md Normal file
View File

0
modmail/__init__.py Normal file
View File

16
modmail/info.json Normal file
View File

@@ -0,0 +1,16 @@
{
"author": [ "unstableCogs" ],
"install_msg": "Thank you for installing the ModMail cog! Please use `[p]help ModMail` for setup commands.",
"name": "ModMail",
"short": "A private, forum-based ModMail system.",
"description": "A comprehensive ModMail system that relays user DMs to a private forum channel for staff to review and respond to. This serves as the core for all ticket-based interactions.",
"tags": [
"modmail",
"moderation",
"support",
"tickets",
"utility"
],
"requirements": [ "rich" ],
"end_user_data_statement": "This cog persistently stores user IDs and message content from ModMail threads for moderation and support history."
}

0
modmail/modmail.py Normal file
View File