-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
25 lines (25 loc) · 804 Bytes
/
plugin.json
File metadata and controls
25 lines (25 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "Transcript Channel",
"id": "ot-transcript-channel",
"version": "1.0.0",
"startFile": "index.ts",
"enabled": true,
"priority": 0,
"events": [],
"npmDependencies": [],
"requiredPlugins": [],
"incompatiblePlugins": [],
"details": {
"author": "FamilyRP",
"shortDescription": "Send transcripts to specific channels per ticket option.",
"longDescription": "Allows configuring a custom transcript channel for each ticket option. When a ticket is deleted, the transcript will be sent to the channel specified by the transcriptId field in options.json.",
"imageUrl": "",
"projectUrl": "",
"tags": [
"transcript",
"logs",
"channel",
"per-option"
]
}
}