1.3.1 • Published 4 years ago

discord-ticket-tool v1.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

discord-ticket-tool

A simple discord ticket bot tool

Install

NPM

$ npm install discord-ticket-tool

Yarn

$ yarn add discord-ticket-tool

Example

const Ticket = require("discord-ticket-tool").default;
client.ticket = new Ticket();
// ...
ticket.setTicketChannel(message.guild.channels.cache.get('793308826635599874'), {
    title: "asdf",
    description: "asdf",
    emoji: "❤(option)",
    color: "GREEN(option)",
});
// ...
client.ticket.on("create", (channel, user) => {
    console.log("Ticket Created!");
});
1.2.7

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.0.0

4 years ago