Localisation changes

Locale is global not per guild
This commit is contained in:
Isaac
2021-03-16 11:16:08 +00:00
parent b904a4ad3d
commit 57ca04288b
3 changed files with 9 additions and 13 deletions

View File

@@ -26,11 +26,11 @@ module.exports = {
debug: false,
defaults: {
colour: '#009999',
locale: 'en-GB', // can **not** be set for each server
log_messages: true, // transcripts/archives will be empty if false
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.__',
},
locale: 'en-GB',
logs: {
enabled: true,
keep_for: 30