DiscordTickets/example-config.json
Eartharoid 130af5d3bd Update example-config.json
Fixed spelling mistake
2019-05-05 20:58:32 +01:00

19 lines
697 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": "Thank 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 receive is inadequate, please feel free to submit a formal complaint to a senior member of staff.*",
"debugLevel": 0
}