Ticket message storage, added entity stuff

This commit is contained in:
Isaac
2021-04-01 21:33:08 +01:00
parent 2e9217f30d
commit 1a4a3c1a33
10 changed files with 209 additions and 97 deletions

View File

@@ -16,11 +16,13 @@
* ###############################################################################################
*/
const prefix = '-';
module.exports = {
debug: false,
defaults: {
colour: '#009999', // https://discord.js.org/#/docs/main/stable/typedef/ColorResolvable
command_prefix: 'tickets/',
command_prefix: prefix,
log_messages: true, // transcripts/archives will be empty if false
name_format: 'ticket-{number}',
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.__',
@@ -36,9 +38,8 @@ module.exports = {
presence: {
presences: [
{
activity: '/new',
type: 'PLAYING',
status: 'online'
activity: `${prefix}new`,
type: 'PLAYING'
},
{
activity: 'with tickets',