mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 04:13:08 +02:00
fix example config
This commit is contained in:
parent
a30df81dff
commit
f48bc00012
@ -25,17 +25,18 @@ module.exports = {
|
||||
command_prefix: prefix,
|
||||
log_messages: true, // transcripts/archives will be empty if false
|
||||
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
|
||||
logs: {
|
||||
enabled: true,
|
||||
keep_for: 30,
|
||||
split: true,
|
||||
split: true
|
||||
},
|
||||
max_listeners: 10,
|
||||
plugins: [],
|
||||
presence: {
|
||||
duration: 60,
|
||||
presences: [
|
||||
{
|
||||
activity: `${prefix}new`,
|
||||
@ -48,17 +49,18 @@ module.exports = {
|
||||
{
|
||||
activity: 'tickets',
|
||||
type: 'WATCHING'
|
||||
},
|
||||
/* { // an example
|
||||
activity: 'Minecraft',
|
||||
type: 'STREAMING',
|
||||
status: 'dnd',
|
||||
url: 'https://www.twitch.tv/twitch'
|
||||
}, */
|
||||
}
|
||||
/*
|
||||
* { // an example
|
||||
* activity: 'Minecraft',
|
||||
* type: 'STREAMING',
|
||||
* status: 'dnd',
|
||||
* url: 'https://www.twitch.tv/twitch'
|
||||
* },
|
||||
*/
|
||||
],
|
||||
randomise: true,
|
||||
duration: 60
|
||||
randomise: true
|
||||
},
|
||||
super_secret_setting: true,
|
||||
update_notice: true,
|
||||
update_notice: true
|
||||
};
|
Loading…
Reference in New Issue
Block a user