Skip to content

DJS Ticket System v14 with buttons and selection menus

License

Notifications You must be signed in to change notification settings

DarrienZ/DJS-Ticket-System-v14

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:/

About

DJS Ticket System v14 with buttons and selection menus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%