UNPKG

discord-ticket-easy

Version:

- A module allowing the simple creation of a discord ticket with your client supported by Discord.js^14.0.0 - The easiest to use ticket module.

3 lines 183 B
module.exports.Setup = require("./src/Constructor/Setup"); module.exports.Interaction = require("./src/Classes/Interaction"); module.exports.Client = require("./src/Classes/Client")