mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-12-23 08:13:09 +02:00
Remove comments
This commit is contained in:
parent
f48bc00012
commit
233957ad6b
@ -21,13 +21,13 @@ const prefix = '-';
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
debug: false,
|
debug: false,
|
||||||
defaults: {
|
defaults: {
|
||||||
colour: '#009999', // https://discord.js.org/#/docs/main/stable/typedef/ColorResolvable
|
colour: '#009999',
|
||||||
command_prefix: prefix,
|
command_prefix: prefix,
|
||||||
log_messages: true, // transcripts/archives will be empty if false
|
log_messages: true,
|
||||||
name_format: 'ticket-{number}',
|
name_format: 'ticket-{number}',
|
||||||
opening_message: '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.__'
|
opening_message: '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.__'
|
||||||
},
|
},
|
||||||
locale: 'en-GB', // used for globals (such as commands) and the default guild locale
|
locale: 'en-GB',
|
||||||
logs: {
|
logs: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
keep_for: 30,
|
keep_for: 30,
|
||||||
@ -50,14 +50,6 @@ module.exports = {
|
|||||||
activity: 'tickets',
|
activity: 'tickets',
|
||||||
type: 'WATCHING'
|
type: 'WATCHING'
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
* { // an example
|
|
||||||
* activity: 'Minecraft',
|
|
||||||
* type: 'STREAMING',
|
|
||||||
* status: 'dnd',
|
|
||||||
* url: 'https://www.twitch.tv/twitch'
|
|
||||||
* },
|
|
||||||
*/
|
|
||||||
],
|
],
|
||||||
randomise: true
|
randomise: true
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user