updated the button system for new types of buttons

You can now also create "website" & "role" tickets. more on these types in the following updates
This commit is contained in:
DJj123dj
2022-05-04 20:02:51 +02:00
parent 0f143c7ebb
commit 046cef0088
4 changed files with 129 additions and 65 deletions
+20 -11
View File
@@ -46,18 +46,27 @@
},
{
"id":"apply",
"name":"Apply",
"description":"Create this ticket if you want to apply.",
"icon":"💼",
"label":"apply",
"type":"ticket",
"id":"website",
"name":"Website",
"description":"Go to our website.",
"icon":"✅",
"label":"click here",
"type":"website",
"color":"green",
"adminroles":["role id"],
"channelprefix":"apply-",
"category":"category id",
"message":"You created a ticket!",
"url":"https://www.dj-dj.be"
},
{
"id":"role",
"name":"Verify",
"description":"Click here to get the verify role.",
"icon":"👮🏼",
"label":"get a role",
"type":"role",
"color":"red",
"roles":["discord role id"],
"mode":"add&remove|remove|add",
"enableDMMessage":true
}