Remove comments

This commit is contained in:
Isaac 2021-05-22 00:11:14 +01:00
parent f48bc00012
commit 233957ad6b
No known key found for this signature in database
GPG Key ID: F6812DBC6719B4E3

View File

@ -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
}, },