DiscordTickets/example-config.json

14 lines
263 B
JSON
Raw Normal View History

2019-05-04 00:20:38 +03:00
{
"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
}