Files
open-ticket/config.json
T
DJj123dj 7c15812253 v1.1.0
Added prefix, enable_transcript, enable_category to config.json

Fixed bugs
2021-11-20 11:25:11 +01:00

21 lines
754 B
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":"!",
"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"
}
}