Remove unnecessary function

This commit is contained in:
Isaac 2021-05-16 14:46:54 +01:00
parent ceffcecb9a
commit 88bc1c84ac
No known key found for this signature in database
GPG Key ID: F6812DBC6719B4E3

View File

@ -205,15 +205,6 @@ module.exports = class TicketManager extends EventEmitter {
return t_row; 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 * Close a ticket
* @param {(string|number)} ticket_id - The channel ID, or the ticket number * @param {(string|number)} ticket_id - The channel ID, or the ticket number