Ticket Manager

Features of Ticket Manager

Functions

// You can use ticket manager with interactions or messages.
type = message/interaction

// Send panels to specified channel
// you can edit embed
- Send(type, { channel, embed: { 
        title,
        description,
        color,
        thumbnail
        } 
})

// Creates category and channel for tickets
- AutoSend(type)

// Caches all tickets and deletes all
- BulkDelete(type) 

// Module checks only if author owns the ticket you need to check on your own if admin or else
// Add or remove participant
- AddParticipants(type, { member })

- RemoveParticipants(type, { member })

Detailed Usage

Last updated