Improve JSDoc types

This commit is contained in:
Isaac
2021-05-17 18:13:55 +01:00
parent 448a1e793f
commit 950f448543
10 changed files with 15 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ const { int2hex } = require('../../utils');
module.exports = class TicketArchives {
/**
* Create a TicketArchives instance
* @param {Client} client
* @param {import('../..').Bot} client
*/
constructor(client) {

View File

@@ -7,7 +7,7 @@ const { footer } = require('../../utils/discord');
module.exports = class TicketManager extends EventEmitter {
/**
* Create a TicketManager instance
* @param {Client} client
* @param {import('../..').Bot} client
*/
constructor(client) {
super();