Cfhoiril / djs-ticket-system

This DJS ticket system with transcripts is fully configurable, you can change the transcripts channel, tickets channel, and more! This command uses embeds, and buttons.

Home Page:https://discord.gg/TKz7BMwEap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image

I MADE MY OWN VERSION RECODED A LOT:) CREDIT TO LUNAR FOR THE BASICS

The ticket system was made for my bot Peep so thats the reason if everything is blurple

djs-ticket-system

This DJS ticket system with transcripts is fully configurable, you can change the transcripts channel, tickets channel, and more! This command uses embeds, and buttons.

Dependencies:

  • mongoose => npm i mongoose
  • discord-html-transcripts => npm i discord-html-transcripts

Instructions:

  1. Place the command into your commands folder.
  2. Create a new folder in the bot root direcatory and name it "Schemas", and than place the schema in there.
  3. Change all the paths to the right ones if needed.
  4. Place the event into your events folder.
  5. Else make sure every path is right!

Coming Soon:

  1. Add/Remove Command
  2. Modal Close Reason

MongoDB Connection:

  • be sure to add this to your ready.js file.
const { MongoDB } = require("MongoDB URL");
const { connect } = require("mongoose");

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

Contributing:

if you want to contribute create a fork of this project and when you are done editing it update the fork and create a pull request.

About

This DJS ticket system with transcripts is fully configurable, you can change the transcripts channel, tickets channel, and more! This command uses embeds, and buttons.

https://discord.gg/TKz7BMwEap

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%