Options for confirm on close/delete on/off for new

This commit is contained in:
o5pxels
2020-12-20 19:49:41 -06:00
parent 1beb4b9ed1
commit e7d9d3558a
5 changed files with 207 additions and 180 deletions

View File

@@ -47,10 +47,23 @@ module.exports = {
colour: '#009999',
err_colour: 'RED',
cooldown: 3,
default_topic: 'Support Needed',
guild: '', // ID of your guild (REQUIRED)
staff_role: '', // ID of your Support Team role (REQUIRED)
commands: {
close: {
confirmation: true,
send_transcripts: true
},
delete: {
confirmation: true
},
new: {
enabled: true
},
},
tickets: {
category: '', // ID of your tickets category (REQUIRED)
send_img: true,