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.

10 lines (7 loc) 184 B
const Discord = require("discord.js") /** * @typedef SetupConstructorOptions * * @property {Discord.Interaction} [interaction] */ exports.SetupConstructorOptions = {}