duckodas / DJS-Ticket-System-v14

DJS Ticket System v14 with buttons and selection menus
MIT License
7 stars 2 forks source link

Welcome to Ducko's DJS Ticket System V14

System made with 💖 by Ducko#7068

[![discord](https://img.shields.io/discord/909261119103832084?style=for-the-badge&color=5865f2&label=Discord)](https://discord.gg/TKz7BMwEap) [![issues](https://img.shields.io/github/issues/DuckoDas/DJS-Ticket-System-v14?style=for-the-badge&color=d84559)](https://github.com/DuckoDas/DJS-Ticket-System-v14) [![stars](https://img.shields.io/github/stars/DuckoDas/DJS-Ticket-System-v14?color=009F81&label=stars&style=for-the-badge)](https://github.com/DuckoDas/DJS-Ticket-System-v14) [![followers](https://img.shields.io/github/followers/DuckoDas?color=009F81&style=for-the-badge)](https://github.com/DuckoDas/)

Features:

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: