This commit is contained in:
Isaac
2021-02-16 22:34:20 +00:00
parent cf8dff2a5b
commit 5fdfb121c7
17 changed files with 257 additions and 32 deletions

View File

@@ -29,20 +29,19 @@ module.exports = {
},
presences: [
{
activity: '%snew | %shelp',
activity: '/new | /help',
type: 'PLAYING'
},
{
activity: 'with tickets | %shelp',
activity: 'with tickets | /help',
type: 'PLAYING'
},
{
activity: 'for new tickets | %shelp',
activity: 'for new tickets | /help',
type: 'WATCHING'
},
],
defaults: {
prefix: '-',
colour: '#009999',
locale: 'en-GB'
},