126 lines
4.3 KiB
JSON
126 lines
4.3 KiB
JSON
[
|
|
{
|
|
"id":"example-ticket",
|
|
"name":"Question",
|
|
"description":"Want to tell us something? Create this ticket for general questions for our support team. (leave empty to disable)",
|
|
"type":"ticket",
|
|
|
|
"button":{
|
|
"emoji":"🎫 (leave empty to disable)",
|
|
"label":"question (leave empty to disable)",
|
|
"color":"gray OR red OR green OR blue"
|
|
},
|
|
|
|
"ticketAdmins":["DISCORD_ROLE_ID"],
|
|
"readonlyAdmins":["DISCORD_ROLE_ID"],
|
|
"allowCreationByBlacklistedUsers":false,
|
|
"questions":["example-question-1","example-question-2"],
|
|
|
|
"channel":{
|
|
"prefix":"question-",
|
|
"suffix":"user-name OR user-id OR random-number OR random-hex OR counter-dynamic OR counter-fixed",
|
|
"category":"category id (leave empty to disable)",
|
|
"closedCategory":"category id (leave empty to disable)",
|
|
"backupCategory":"category id (leave empty to disable)",
|
|
"claimedCategory":[
|
|
{"user":"USER_ID","category":"CATEGORY_ID"}
|
|
],
|
|
"topic":"This is the ticket topic shown in the channel. (leave empty to disable)"
|
|
},
|
|
|
|
"dmMessage":{
|
|
"enabled":false,
|
|
"text":"",
|
|
"embed":{
|
|
"enabled":false,
|
|
"title":"Question Ticket (leave empty to disable)",
|
|
"description":"Thank you for creating a ticket in our server. We will try to help you as soon as possible. (leave empty to disable)",
|
|
"customColor":"#f8ab00 (leave empty to disable)",
|
|
|
|
"image":"https://www.example.com/image.png (leave empty to disable)",
|
|
"thumbnail":"https://www.example.com/image.png (leave empty to disable)",
|
|
"fields":[
|
|
{"name":"Field name","value":"Field value","inline":false}
|
|
],
|
|
"timestamp":false
|
|
}
|
|
},
|
|
"ticketMessage":{
|
|
"enabled":true,
|
|
"text":"",
|
|
"embed":{
|
|
"enabled":true,
|
|
"title":"Question Ticket",
|
|
"description":"Thank you for creating a ticket in our server.\nOur support team will assist you as soon as possible. (leave empty to disable)",
|
|
"customColor":"#f8ab00 (leave empty to disable)",
|
|
|
|
"image":"https://www.example.com/image.png (leave empty to disable)",
|
|
"thumbnail":"https://www.example.com/image.png (leave empty to disable)",
|
|
"fields":[
|
|
{"name":"Field name","value":"Field value","inline":false}
|
|
],
|
|
"timestamp":false
|
|
},
|
|
"ping":{
|
|
"@here":true,
|
|
"@everyone":false,
|
|
"custom":["DISCORD_ROLE_ID"]
|
|
}
|
|
},
|
|
"autoclose":{
|
|
"enableInactiveHours":false,
|
|
"inactiveHours":24,
|
|
"enableUserLeave":false,
|
|
"disableOnClaim":false
|
|
},
|
|
"autodelete":{
|
|
"enableInactiveDays":false,
|
|
"inactiveDays":7,
|
|
"enableUserLeave":false,
|
|
"disableOnClaim":false
|
|
},
|
|
"cooldown":{
|
|
"enabled":false,
|
|
"cooldownMinutes":10
|
|
},
|
|
"limits":{
|
|
"enabled":false,
|
|
"globalMaximum":20,
|
|
"userMaximum":3
|
|
},
|
|
"slowMode":{
|
|
"enabled":false,
|
|
"slowModeSeconds":20
|
|
}
|
|
},
|
|
{
|
|
"id":"example-website",
|
|
"name":"Website",
|
|
"description":"Take a look at our amazing website by clicking the button.",
|
|
"type":"website",
|
|
|
|
"button":{
|
|
"emoji":"😃",
|
|
"label":"Visit Website"
|
|
},
|
|
|
|
"url":"https://www.dj-dj.be"
|
|
},
|
|
{
|
|
"id":"example-role",
|
|
"name":"Update Ping",
|
|
"description":"Click here to receive notifications about updates.",
|
|
"type":"role",
|
|
|
|
"button":{
|
|
"emoji":"📢",
|
|
"label":"Update Ping",
|
|
"color":"gray OR red OR green OR blue"
|
|
},
|
|
|
|
"roles":["DISCORD_ROLE_ID"],
|
|
"mode":"add&remove OR remove OR add",
|
|
"removeRolesOnAdd":["DISCORD_ROLE_ID"],
|
|
"addOnMemberJoin":false
|
|
}
|
|
] |