DiscordTickets/example-config.json

14 lines
262 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",
2019-05-04 01:42:29 +03:00
"colour": "009999",
2019-05-04 00:20:38 +03:00
"playing": "with tickets (!help)",
"useEmbeds": true,
"logDMs": true
}