2021-02-15 20:34:59 +02:00
/ * *
* # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
* _ _ _ _ _ _ _ _ _ _ _ _
* | _ \ ( _ ) _ _ _ _ _ _ _ _ _ _ _ _ _ _ | | | _ _ | ( _ ) _ _ _ | | _ _ _ _ _ | | _ _ _ _
* | | | | | | / __| / _ _ | / _ \ | '__| / _ ` | | | | | / __| | |/ / / _ \ | __| / __|
* | | _ | | | | \ _ _ \ | ( _ _ | ( _ ) | | | | ( _ | | | | | | | ( _ _ | < | _ _ / | | _ \ _ _ \
* | _ _ _ _ / | _ | | _ _ _ / \ _ _ _ | \ _ _ _ / | _ | \ _ _ , _ | | _ | | _ | \ _ _ _ | | _ | \ _ \ \ _ _ _ | \ _ _ | | _ _ _ /
*
* -- -- -- -- -- -- -- -- -- -- -
* Quick Start
* -- -- -- -- -- -- -- -- -- -- -
*
2021-02-26 18:07:20 +02:00
* > For detailed instructions , visit the documentation : https : //discordtickets.app
2021-02-15 20:34:59 +02:00
*
* -- -- -- -- -- -- -- -- -- -- -
* Support
* -- -- -- -- -- -- -- -- -- -- -
*
* > Discord support server : https : //go.eartharoid.me/discord
2021-02-26 18:07:20 +02:00
* > Documentation : https : //discordtickets.app
2021-02-15 20:34:59 +02:00
*
* # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
* /
module . exports = {
2021-02-17 01:35:31 +02:00
debug : false ,
defaults : {
colour : '#009999' ,
2021-02-19 23:26:02 +02:00
locale : 'en-GB' ,
log _messages : true , // required for transcripts/archives
2021-02-22 02:05:37 +02:00
prefix : '-' ,
ticket _welcome : 'Hello {{name}}, thank you for creating a ticket. A member of staff will soon be available to assist you.\n\n__All messages in this channel are stored for future reference.__' ,
2021-02-17 01:35:31 +02:00
} ,
logs : {
enabled : true ,
keep _for : 30
} ,
2021-02-17 15:24:33 +02:00
max _listeners : 10 ,
2021-02-17 01:35:31 +02:00
plugins : [
2021-02-15 20:34:59 +02:00
] ,
2021-02-18 20:41:35 +02:00
presence : {
presences : [
{
2021-02-25 11:58:19 +02:00
activity : '/new' ,
2021-02-18 20:41:35 +02:00
type : 'PLAYING' ,
status : 'online'
} ,
{
2021-02-25 11:58:19 +02:00
activity : 'with tickets' ,
2021-02-18 20:41:35 +02:00
type : 'PLAYING'
} ,
{
2021-02-25 11:58:19 +02:00
activity : 'for new tickets' ,
2021-02-18 20:41:35 +02:00
type : 'WATCHING'
} ,
2021-02-19 23:26:02 +02:00
/* { / / an example
2021-02-18 20:41:35 +02:00
activity : 'Minecraft' ,
type : 'STREAMING' ,
status : 'dnd' ,
url : 'https://www.twitch.tv/twitch'
2021-02-19 23:26:02 +02:00
} , * /
2021-02-18 20:41:35 +02:00
] ,
randomise : true ,
duration : 60
} ,
2021-02-17 15:24:33 +02:00
super _secret _setting : true ,
2021-02-15 20:34:59 +02:00
update _notice : true ,
} ;