iservice #3

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

0
servicereview/README.md Normal file
View File

View File

15
servicereview/info.json Normal file
View File

@@ -0,0 +1,15 @@
{
"author": [ "unstableCogs" ],
"install_msg": "Thank you for installing the Service Review cog!",
"name": "ServiceReview",
"short": "A command for users to leave a service review.",
"description": "Allows users to submit a service review at any time, independently of any ticket system. Submissions are sent to a designated channel for staff.",
"tags": [
"review",
"service",
"feedback",
"utility"
],
"requirements": [ "rich" ],
"end_user_data_statement": "This cog persistently stores the user's ID and the content of their submitted review for record-keeping purposes."
}

View File