Logger & presence activities

This commit is contained in:
Isaac (eartharoid)
2020-10-12 22:45:37 +01:00
parent 93d332f898
commit 5846b88db2
21 changed files with 60 additions and 44 deletions

View File

@@ -29,8 +29,21 @@
module.exports = {
prefix: '-',
name: 'DiscordTickets',
activities: ['-new', 'with tickets', 'for new tickets'],
activity_types: ['PLAYING', 'PLAYING', 'WATCHING'], // Available: PLAYING / LISTENING / WATCHING / STREAMING
presences: [
{
activity: '%snew',
type: 'PLAYING'
},
{
activity: 'with tickets',
type: 'PLAYING'
},
{
activity: 'for new tickets',
type: 'WATCHING'
}
],
append_presence: ' | %shelp',
colour: '#009999',
err_colour: 'RED',
cooldown: 3,