DiscordTickets/example-config.json

15 lines
280 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 02:02:35 +03:00
"colour": "#009999",
2019-05-04 00:20:38 +03:00
"playing": "with tickets (!help)",
"useEmbeds": true,
2019-05-04 02:02:35 +03:00
"logDMs": true,
2019-05-04 14:20:26 +03:00
"cooldown": 5
2019-05-04 00:20:38 +03:00
}