mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 04:13:08 +02:00
15 lines
280 B
JSON
15 lines
280 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
|
|
}
|