mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-12-23 00:03:09 +02:00
Remove unnecessary function
This commit is contained in:
parent
ceffcecb9a
commit
88bc1c84ac
@ -205,15 +205,6 @@ module.exports = class TicketManager extends EventEmitter {
|
||||
return t_row;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get a ticket
|
||||
* @param {(string|number)} ticket_id - The channel ID, or the ticket number
|
||||
* @param {string} guild_id - The ID of the ticket's guild (used if a ticket number is provided instead of ID)
|
||||
*/
|
||||
async get(ticket_id, guild_id) {
|
||||
return await this.resolve(ticket_id, guild_id);
|
||||
}
|
||||
|
||||
/**
|
||||
* Close a ticket
|
||||
* @param {(string|number)} ticket_id - The channel ID, or the ticket number
|
||||
|
Loading…
Reference in New Issue
Block a user