@skybloxsystems/ticket-bot
Version:
12 lines (11 loc) • 376 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
const discord_js_1 = require("discord.js");
class client extends discord_js_1.Client {
constructor(options) {
super(options);
this.commands = new discord_js_1.Collection();
this.commandAliases = new discord_js_1.Collection();
}
}
exports.default = client;
;