Improvements and fixes

This commit is contained in:
Isaac (eartharoid)
2021-01-01 15:41:12 +00:00
parent 234d1cd511
commit ae1d24236f
6 changed files with 128 additions and 118 deletions

View File

@@ -50,6 +50,21 @@ module.exports = {
guild: '', // ID of your guild (REQUIRED)
staff_role: '', // ID of your Support Team role (REQUIRED)
tickets: {
category: '', // ID of your tickets category (REQUIRED)
send_img: true,
ping: 'here',
text: `Hello there, {{ tag }}!
A member of staff will assist you shortly.
In the mean time, please describe your issue in as much detail as possible! :)`,
pin: false,
max: 3,
default_topic: {
command: 'No topic given',
panel: 'Created via panel'
}
},
commands: {
close: {
confirmation: true,
@@ -63,21 +78,6 @@ module.exports = {
},
},
tickets: {
default_topic: {
command: 'No topic given',
panel: 'Created via panel'
},
category: '', // ID of your tickets category (REQUIRED)
send_img: true,
ping: 'here',
text: `Hello there, {{ tag }}!
A member of staff will assist you shortly.
In the mean time, please describe your issue in as much detail as possible! :)`,
pin: false,
max: 3
},
transcripts: {
text: {
enabled: true,