- added the option to remove credits - fixed the bug where ticket_system crashes the bot - in the help menu is now the correct prefix displayed
59 lines
1.8 KiB
JSON
59 lines
1.8 KiB
JSON
{
|
|
"server_name":"Ticket Bot Land",
|
|
"server_logo":"https://www.example.com/another-example/yourlogo.png",
|
|
"bot_name":"Wumpus",
|
|
"main_color":"#fffff",
|
|
"auth_token":"the bot's auth token",
|
|
"botperms_role":"the id from a role that can do anything with the bot",
|
|
"prefix":"!",
|
|
|
|
"credits_please-do-not-remove":true,
|
|
|
|
"status":{
|
|
"type":"PLAYING | STREAMING | LISTENING | WATCHING | CUSTOM | COMPETING",
|
|
"text":"!ticket"
|
|
},
|
|
|
|
"system":{
|
|
"ticket_channel":"id of the channel with the !ticket msg",
|
|
|
|
"enable_category":false,
|
|
"ticket_category":"the id of a category for the tickets",
|
|
|
|
"member_role":"this role doesn't have access to tickets (WARNING: @everyone does have access to tickets, so make sure all members have a member role!)",
|
|
|
|
"enable_transcript":false,
|
|
"transcript_channel":"the channel for transcripts"
|
|
},
|
|
|
|
"options":{
|
|
"ticket1":{
|
|
"enabled":true,
|
|
"icon":"🎫",
|
|
"description":"Create a general ticket.",
|
|
"name":"Ticket",
|
|
"channel_prefix":"ticket-"
|
|
},
|
|
"ticket2":{
|
|
"enabled":false,
|
|
"icon":"💼",
|
|
"description":"Do you want to apply? Then click here!",
|
|
"name":"Apply",
|
|
"channel_prefix":"apply-"
|
|
},
|
|
"ticket3":{
|
|
"enabled":false,
|
|
"icon":"❓",
|
|
"description":"Click here if you have a question about the server.",
|
|
"name":"Question",
|
|
"channel_prefix":"question-"
|
|
},
|
|
"ticket4":{
|
|
"enabled":false,
|
|
"icon":"🛒",
|
|
"description":"Buy something in our shop.",
|
|
"name":"Shop",
|
|
"channel_prefix":"shop-"
|
|
}
|
|
}
|
|
} |