mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 12:23:09 +02:00
64eeb50b05
logger ™️
19 lines
698 B
JSON
19 lines
698 B
JSON
{
|
|
"token": "your token here",
|
|
"prefix": "!",
|
|
"name": "DiscordTickets",
|
|
"guildID": "id",
|
|
"supportRole": "id",
|
|
"ticketsCat": "id",
|
|
"logChannel": "id",
|
|
"colour": "#009999",
|
|
"playing": "with tickets (!help)",
|
|
"useEmbeds": true,
|
|
"logDMs": true,
|
|
"cooldown": 3,
|
|
"ticketImage": true,
|
|
"tagHereOnly": false,
|
|
"ticketText": "Thanks you for reaching out to our support team.\nA member of staff will come to assist you shortly. Please describe the issue in detail and explain what you have done to resolve the issue so far.\n\n*If you feel that the support you recieve is inadequate, please feel free to submit a formal complaint to a senior member of staff.*",
|
|
"debugLevel": 0
|
|
}
|