/DJS-Ticket-System-v14

DJS Ticket System v14 with buttons and selection menus

Primary LanguageJavaScriptMIT LicenseMIT

Welcome to Ducko's DJS Ticket System V14

System made with 💖 by Ducko#7068

discord

issues stars followers


Features:

  • Advanced Ticket System with buttons, transcripts and a lot more**
  • Categories is Archived, Closed, and Open**
  • Download to see everything else:)**

Dependencies:

Database Connection:

const { MongoDB } = require("MONGODB URL");
const { connect } = require("mongoose");

module.exports = {
  name: "ready",
  async execute(client) {
    connect(MongoDB).then(() => {
        console.log(`Mongoose Connected`);
    });
  },
};

Credits:

  • None:/