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.

30 lines (29 loc) 618 B
{ "name": "discord-ticket-easy", "version": "2.7.0", "keywords": [ "tickets", "discord", "discord-ticket", "easy", "discord-easy", "ticket-easy", "discord-ticket-easy" ], "homepage": "https://discord.gg/DXbpKPk6FX", "repository": { "url": "https://github.com/Valogzi/discord-ticket-easy" }, "description": "", "main": "index.js", "types": "./typings/index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Valogzi", "license": "ISC", "dependencies": { "discord.js": "^14.9.0", "node-fetch": "^2.7.0" } }