mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-01 08:21:27 +03:00
Do things
This commit is contained in:
@@ -41,16 +41,16 @@ module.exports = {
|
||||
presence: {
|
||||
presences: [
|
||||
{
|
||||
activity: '/new | /help',
|
||||
activity: '/new',
|
||||
type: 'PLAYING',
|
||||
status: 'online'
|
||||
},
|
||||
{
|
||||
activity: 'with tickets | /help',
|
||||
activity: 'with tickets',
|
||||
type: 'PLAYING'
|
||||
},
|
||||
{
|
||||
activity: 'for new tickets | /help',
|
||||
activity: 'for new tickets',
|
||||
type: 'WATCHING'
|
||||
},
|
||||
/* { // an example
|
||||
|
Reference in New Issue
Block a user