1.4.0 beta

This commit is contained in:
DJj123dj
2022-05-02 11:07:56 +02:00
parent 5fc3ba3279
commit af8d6351af
53 changed files with 1323 additions and 903 deletions
+59
View File
@@ -0,0 +1,59 @@
{
"bot_name":"Wumpus",
"main_color":"#fffff",
"server_id":"the server id (for slash commands)",
"auth_token":"the bot's auth token",
"main_adminroles":["the id's from admin roles"],
"prefix":"!",
"logs":true,
"languagefile":"english.json (currently not working)",
"credits":true,
"status":{
"enabled":true,
"type":"PLAYING | LISTENING | WATCHING | CUSTOM",
"text":"!ticket"
},
"system":{
"ticket_channel":"id of the channel with the !ticket msg",
"max_allowed_tickets":5,
"enable_DM_Messages":true,
"has@everyoneaccess":false,
"member_role":"this role doesn't have access to tickets",
"enable_transcript":false,
"enable_DM_transcript":false,
"transcript_channel":"the channel for transcripts"
},
"options":[
{
"id":"ticket1",
"name":"Test Ticket",
"description":"Create a general ticket.",
"icon":"🎫",
"label":"i'm a ticket button",
"type":"ticket",
"color":"red|green|blue|gray|none",
"adminroles":["role id array"],
"channelprefix":"support-",
"category":"discord category id",
"message":"this is send in DM",
"enableDMMessage":true
}
],
"messages":[
{
"id":"1",
"name":"Choose Your Ticket",
"description":"You can click one of the buttons below!",
"color":"#ffffff",
"options":["ticket1","ticket2"]
}
]
}